C++
No
Case sensitivity is compiler-determined
Yes
None of the Above
28
9
Any of them could be
class aclass : public superclass
class aclass inherit superclass
class aclass
Binary Tree
Hash Table
Stack
2
4
0
10
11
1
Copies "This" into an_array
Adds "This" to the end of an_array
Compares an_array and "This"
Breaks out of the if statement
Exits the function
Nothing (Compiler error)
Only optimized compilers will compile C++ code.
5
3
\0
.
\END
6
38
An unlimited number
Code cannot compile
Constructor
Destructor
Constitutor
The snippet is illegal
It loops forever
It is ignored by compiler, but it is not illegal
True
False
Invalid Statement
int main()
int main(int argc, char *argv[])
They both work
class aClass{public:int x;};
/* A comment */
char x=12;
char *a=new char[20];
char a=new char[20];
char a=new char(20.0);
sin()
kbhit()
tmpnam()