C Programming Language
C Proramming MCQ : C is still the popular programming language and is favorite topics to test knowledge of a candidate on knowledge of programming concept. Please find the selected list of important mcq questions on C Programming Language with answer.
C Language MCQ Question with Answer
Here you will find a list of common important questions on c programming language in MCQ quiz style with answer for competitive exams and interviews. These frequently asked sample questions on C Language are given with correct choice of answer that you can check instantly. Presently we have added total 2 sets of questions on c programming language for you to practice. We will keep adding more questions and provide this question bank in PDF format, so that you can download them instantly in E-book style.
Following section consists of some important multiple choice questions (mcq) on c programming language with answers.
TEST INSTRUCTION: CLICK OPTION (A, B, C, D) TO SEE ANSWER.
Q. | 1. Who is known as the father of C Language ?A. James A. Sosling B. Vjarne Stroustrup C. Dennis Ritchie D. Dr. E. F. Codd Show Answer |
Q. | 2. C Language was developed in the year ____A. 1970 B. 1975 C. 1980 D. 1985 Show Answer |
Q. | 3. Which one is not a reserve keyword in C Language?A. auto B. main C. case D. register Show Answer |
Q. | 4. A C variable name can start with a ____A. Number B. Plus Sign (+) C. Underscore D. Asterisk (*) Show Answer |
Q. | 5. Prototype of a function means _____A. Name of Function B. Output of Function C. Declaration of Function D. Input of a Function Show Answer |