Tag: programming languages
Questions Related to programming languages
-
True
-
False
-
It depends on the variable type
-
None of the Above
-
sin()
-
kbhit()
-
tmpnam()
-
None of the Above
-
char *a=new char[20];
-
char a=new char[20];
-
char a=new char(20.0);
-
None of the Above
-
class aClass{public:int x;};
-
/* A comment */
-
char x=12;
-
None of the Above
-
int main()
-
int main(int argc, char *argv[])
-
They both work
-
None of the Above
-
True
-
False
-
Invalid Statement
-
None of the Above
-
The snippet is illegal
-
It loops forever
-
It is ignored by compiler, but it is not illegal
-
None of the Above
-
Constructor
-
Destructor
-
Constitutor
-
None of the Above
-
1
-
0
-
Code cannot compile
-
None of the Above
-
6
-
38
-
An unlimited number
-
None of the Above