Home »
MCQs »
C# MCQs
Which symbols are used to mark the beginning and end of a code block?
16. Which symbols are used to mark the beginning and end of a code block?
- Square brackets []
- Curly braces {}
- Round brackets ()
- Double-quotes ""
Answer: B) Curly braces {}
Explanation:
C# code block begins and ends by the Curly braces {}.