Q. Find a correct C Keyword below.

  • (A) breaker
  • (B) go to
  • (C) shorter
  • (D) default
πŸ’¬ Discuss
βœ… Correct Answer: (D) default

Q. Find a correct C Keyword below.

  • (A) work
  • (B) case
  • (C) constant
  • (D) permanent
πŸ’¬ Discuss
βœ… Correct Answer: (B) case

Q. Find a correct C Keyword.

  • (A) Float
  • (B) Int
  • (C) Long
  • (D) double
πŸ’¬ Discuss
βœ… Correct Answer: (D) double

Q. Types of Integers are?

  • (A) short
  • (B) int
  • (C) long
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Q. Types of Real numbers in C are.?

  • (A) float
  • (B) double
  • (C) long double
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Q. signed and unsigned representation is available for.?

  • (A) short, int, long, char
  • (B) float, double, long double
  • (C) A & B
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) A & B

Q. Size of a Turbo C C++ compiler is.?

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

Q. Size of a GCC or Visual Studio C Compiler is.?

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

Q. Sizes of short, int and long in a Turbo C C++ compiler in bytes are.?

  • (A) 2, 2, 4
  • (B) 2, 4, 4
  • (C) 4, 8, 16
  • (D) 8, 8, 16
πŸ’¬ Discuss
βœ… Correct Answer: (A) 2, 2, 4

Q. Sizes of short, int and long in Visual Studio or GCC compiler in bytes are.?

  • (A) 2, 2, 4
  • (B) 2, 4, 4
  • (C) 4, 4, 8
  • (D) 4, 8, 8
πŸ’¬ Discuss
βœ… Correct Answer: (B) 2, 4, 4