Tag: programming languages
Questions Related to programming languages
-
No
-
Case sensitivity is compiler-determined
-
Yes
-
None of the Above
-
unsigned int
-
char
-
Float
-
None of the Above
-
public
-
protected
-
guarded
-
None of the Above
-
&&
-
||
-
!
-
None of the Above
-
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