COMPUTER PROGRAMMING FUNDAMENTALS
5 BASIC ELEMENTS OF PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What punctuation is used to signal the beginning and end of code blocks?
|
{ }
|
|
|
|
BEGIN and END
|
|
( and )
|
Explanation:
Detailed explanation-1: -Answer: The curly braces “” and “” are used to mark the opening and the end of code or block.
There is 1 question to complete.