______ of the main code block tells the computer that the main block is finished in C++
Answers
Answered by
5
Answer:
Explanation:
is standardized as ISO/IEC 9899.
K&R C: Pre-standardized C, based on Brian Kernighan and Dennis Ritchie (K&R) "The C Programming Language" 1978 book.
C90 (ISO/IEC 9899:1990 "Programming Languages. C"). Also known as ANSI C 89.
C99 (ISO/IEC 9899:1999 "Programming Languages. C")
C11 (ISO/IEC 9899:2011 "Programming Languages. C")
C Features
[TODO]
C Strength and Pitfall
[TODO]
Answered by
0
Answer:
In______
loop curly braces are required even for a single statement in the loop?
Similar questions