The operator '&' is an example for __________ operator.
Bitwise
The '&' operator is used to perform a bitwise AND operation on two operands. A bitwise operation processes the bits of each operand individually. The bitwise AND operation compares corresponding bits of the two numbers.
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