11. Which data type is used to store floating-point numbers with a larger range and precision?
12. What is the correct way to declare a string variable in C#?
13. What is the output of the following code: Console.WriteLine(5 + 7 * 2);
14. What is the keyword used to declare a method that does not return a value in C#?
15. What is the correct syntax to create a multi-line comment in C#?
16. Which of the following is a valid way to declare a character variable in C#?
17. What is the correct way to declare an array of integers in C#?
18. What is the purpose of the 'break' statement in a loop in C#?
19. What is the output of the following code: Console.WriteLine("Hello" + 2 + 3);
20. Which of the following is a valid way to represent the number 1000 in C#?
Read More Section(Basic Syntax and Data Types in C Sharp)
Each Section contains maximum 100 MCQs question on Basic Syntax and Data Types in C Sharp. To get more questions visit other sections.