Q. Find a Floating Point constant.

  • (A) 12.3E5
  • (B) 12e34
  • (C) 125.34857
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Q. Find a Character constant.

  • (A) 'A' 'a'
  • (B) '1' '9'
  • (C) '$' '#'
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Q. A Variable of a particular type can hold only a constant of the same type. Choose right answer.

  • (A) TRUE
  • (B) FALSE
  • (C) It depends on the place the variable is declared.
  • (D) None of the above.
πŸ’¬ Discuss
βœ… Correct Answer: (A) TRUE

Q. Choose a right statement.

  • (A) int myage = 10;. int my_age = 10;
  • (B) int myage = 10; int my,age = 10;
  • (C) int myage = 10;. int my age = 10;
  • (D) All are right
πŸ’¬ Discuss
βœ… Correct Answer: (A) int myage = 10;. int my_age = 10;

Q. Number of Keywords present in C Language are?

  • (A) 32
  • (B) 34
  • (C) 62
  • (D) 64
πŸ’¬ Discuss
βœ… Correct Answer: (A) 32

Q. Each statement in a C program should end with?

  • (A) Semicolon ;
  • (B) Colon :
  • (C) Period . (dot symbol)
  • (D) None of the above.
πŸ’¬ Discuss
βœ… Correct Answer: (A) Semicolon ;

Q. Choose a correct statement.

  • (A) C Compiler converts your C program into machine readable language.
  • (B) C Editor allows you to type C Programs. It is just like a Notepad with extra options.
  • (C) Console shows the output of a C Program if it is text output.
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Q. Identify wrong C Keywords below.

  • (A) auto, double, int, struct
  • (B) break, else, long, switch
  • (C) case, enum, register, typedef
  • (D) char, extern, intern, return
πŸ’¬ Discuss
βœ… Correct Answer: (D) char, extern, intern, return

Q. Identify wrong C Keywords below.

  • (A) union, const, var, float
  • (B) short, unsigned, continue, for
  • (C) signed, void, default, goto
  • (D) sizeof, volatile, do, if
πŸ’¬ Discuss
βœ… Correct Answer: (A) union, const, var, float

Q. Identify wrong C Keywords below.

  • (A) static, while, break, goto
  • (B) struct, construct, signed, unsigned
  • (C) short, long, if, else
  • (D) return, enum, struct, do
πŸ’¬ Discuss
βœ… Correct Answer: (B) struct, construct, signed, unsigned