Basic MCQ Questions and Answers

Home | C Language | Basic

C Programming MCQ Questions with Answers: Here learn c language objective questions and answers and test online quiz questions with answers.

Page: 1/5

1) Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ?

2) What are the types of linkages?

3) Which of the following special symbol allowed in a variable name?

4) How would you round off a value from 1.66 to 2.0?

5) Is the following statement a declaration or definition?
extern int i;

6) When we mention the prototype of a function?

7) Who is father of C Language?

8) C Language developed at _________?

9) C programs are converted into machine language with the help of

10) C was primarily developed as