Tag: programming languages

Questions Related to programming languages

  1. No

  2. Case sensitivity is compiler-determined

  3. Yes

  4. None of the Above


Correct Option: C

C++

  1. unsigned int

  2. char

  3. Float

  4. None of the Above


Correct Option: C

C++

  1. public

  2. protected

  3. guarded

  4. None of the Above


Correct Option: C

C++

  1. &&

  2. ||

  3. !

  4. None of the Above


Correct Option: C

C++

  1. True

  2. False

  3. It depends on the variable type

  4. None of the Above


Correct Option: C

C++

  1. sin()

  2. kbhit()

  3. tmpnam()

  4. None of the Above


Correct Option: B

C++

  1. char *a=new char[20];

  2. char a=new char[20];

  3. char a=new char(20.0);

  4. None of the Above


Correct Option: A

C++

  1. class aClass{public:int x;};

  2. /* A comment */

  3. char x=12;

  4. None of the Above


Correct Option: A

C++

  1. int main()

  2. int main(int argc, char *argv[])

  3. They both work

  4. None of the Above


Correct Option: C

C++

  1. True

  2. False

  3. Invalid Statement

  4. None of the Above


Correct Option: A