Home »
MCQs »
C# MCQs
Is C# a type safe programming language?
8. Is C# a type safe programming language?
- Yes
- No
Answer: A) Yes
Explanation:
Yes, C# is a type safe programming language, the C# type safe code can only access the memory location that it has permission to execute. Therefore, it improves a security of the program.