A labeled statement consists of an identifier followed by -
Colon
Based on the syntax shown above and common programming language conventions (like C, C++, JavaScript), the identifier in a labeled statement is immediately followed by a colon. Therefore, the symbol that follows an identifier in a labeled statement is a colon.
Which one is the reserved word in C language ?
Which of the following is the feature(s) of High level programming languages?
I. Portability
II. Easy debugging
Which of the following is a type of subprogram?
I. Function
II. Subroutine
In object-oriented programming, which keyword ensures that a member variable belongs to the class itself rather than to any specific object, thereby allowing all instances to share a single copy of that variable?
The condition num! = 65 cannot be replaced by