Control Instructions for C Programming MCQ Practice Question

Control Instructions for C Programming MCQ Practice Question

Examination Preparation and Interview questions on Control Instructions for C Programming

What you’ll learn

  • Control Instructions for C Programming
Requirements
  • Anyone who wants to learn C Programming
Description

As the name suggests the ‘Control Instructions’ enable us to specify the order in which the various instructions in a program are to be executed by the computer. In other words the control instructions determine the ‘flow of control’ in a program. There are four types of control instructions in C. They are:

(a) Sequence Control Instruction

(b) Selection or Decision Control Instruction

(c) Repetition or Loop Control Instruction

(d) Case Control Instruction

The Sequence control instruction ensures that the instructions are executed in the same order in which they appear in the program. Decision and Case control instructions allow the computer to take a decision as to which instruction is to be executed next. The Loop control instruction helps computer to execute a group of statements repeatedly. In the following chapters we are going to learn these instructions in detail. Try your hand at the Exercise presented on the following pages before proceeding to the next chapter, which discusses the decision control instruction

These questions will give you basic idea for Examination Preparation and/or interview on Control Instructions for C Programming.

Please Note:

  1. These questions are only for practice and understanding level of knowledge only. It is not necessary that these questions may or may not appear for examinations and/or interview questions

  2. In this practice test, because of large amount of questions (around 51 questions) some of questions may have repeated

  3. I had to put as 70% pass rate because there may also be wrong answers from my side.

Who this course is for:
  • C Programming
  • Control Instructions for C Programming

Tags:

Tutorial Bar
Logo