Decision Making of C Language

Programming Language > C Programming Language

Are you looking for a comprehensive guide to Decision Making of C Language MCQs? Look no further! This guide provides a comprehensive overview of the fundamentals of decision making in C language, including multiple choice questions (MCQs) to test your knowledge. Learn the basics of decision making in C language, including if-else statements, switch statements, and nested if-else statements. Understand the syntax and usage of each statement, and practice with MCQs to test your understanding. With this guide, you'll be able to make decisions in C language with confidence.

In this section we will discuss about Decision Making of C Language.



  • A Character
  • B Integer
  • C Float
  • D enum
  • A There are only two types of decision-making statements in C language.
  • B The decision-making statements are used to test a condition and execute a block of code based on the result of the condition.
  • C The decision-making statements are not used in loops.
  • D The decision-making statements are not used in functions.
  • A if statement
  • B if-else statement
  • C switch statement
  • D while loop
  • A if statement
  • B if-else statement
  • C switch statement
  • D while loop
  • A if statement
  • B if-else statement
  • C switch statement
  • D while loop
  • A if statement
  • B if-else statement
  • C switch statement
  • D while loop