Which of the following is a correct comment in C++?
/* Comment */
In programming, comments are used to add notes within the code. C++ supports two main types of comments: single-line comments and multi-line comments. This is the standard and correct syntax for a multi-line comment in C++. Therefore, the correct answer is /* Comment */.
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