Tag: programming languages
Questions Related to programming languages
-
FALSE
-
TRUE
-
NOT ALWAYS
-
NONE OF THESE
-
Outputs 12
-
Outputs 10
-
Outputs the address of v
-
Undefined
-
There is none; they both work as expected
-
They both do nothing.
-
The first will not invoke all myObj destructors
-
It would'nt delete all the memory allocated to the objects
-
cin.getline(x, 100, '\n');
-
cin.getline(100, x, '\n');
-
readline(x, 100, '\n');
-
read(x);
-
the number of arguments
-
the number of arguments plus one
-
the number of arguments minus one
-
The total size of the argument array