True
False
Optional
None of These
It is related with hiding internal object details
It is related with showing internal object details
It is related with datatypes
None of above
Object-oriented programming
Procedural programming
Both a and b
None of the above
.c
.cpp
.class
.java
int
float
public
main
A sequence of three characters used as an alternative for certain characters
A type of variable
A function in C++
A type of loop
string
class
namespace
typedef int Integer;\'\n
typedef Integer int;\'
Integer typedef int;\'
typedef int integer\'
enum
typedef
0
NULL
Undefined
Depends on the data type
const int a = 10;
int const a = 10;
Neither a nor b
&&
&
|
^
1
2
3
4
*
+
()
||
!
All of the above
if
switch
do-while
else
An integer expression
A floating-point expression
A string expression
5
10
if-else
for
while
nested loop