C Programming MCQs with answers Page - 16

Here, you will find a collection of MCQ questions on C Programming. Go through these questions to enhance your preparation for upcoming examinations and interviews.

To check the correct answer, simply click the View Answer button provided for each question.

Have your own questions to contribute? Click the button below to share your MCQs with others!

+ Add Question

A

Admin • 833K Points
Coach

Q. Find a Floating Point constant.

  • (A) 12.3E5
  • (B) 12e34
  • (C) 125.34857
  • (D) All of the above

A

Admin • 833K Points
Coach

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.

A

Admin • 833K Points
Coach

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

A

Admin • 833K Points
Coach

Q. Number of Keywords present in C Language are?

  • (A) 32
  • (B) 34
  • (C) 62
  • (D) 64

A

Admin • 833K Points
Coach

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

  • (A) Semicolon ;
  • (B) Colon :
  • (C) Period . (dot symbol)
  • (D) None of the above.

A

Admin • 833K Points
Coach

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

A

Admin • 833K Points
Coach

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

A

Admin • 833K Points
Coach

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

A

Admin • 833K Points
Coach

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

A

Admin • 833K Points
Coach

Q. Find a correct C Keyword below.

  • (A) breaker
  • (B) go to
  • (C) shorter
  • (D) default

Add MCQ in this Category

If you want to share an MCQ question in this category, it's a great idea! It will be helpful for many other students using this website.

Share Your MCQ