This page provides C PROGRAMMING MCQ SET-1 that is very useful for Computer science students for preparation for many exams Like ( ISRO, DRDO,Semester, Interview, Railway & other Government Sectors)
C programming is the basic language of programming that helps to learn another language. So this MCQ is very useful for you.
C PROGRAMMING MCQ SET-1
Q.1 Who is the father of c language ?
ANSWER= (A) Dennis Ritchie
Q.2 In which year c language was developed?
ANSWER= (B) 1972
Q.3 prototype of function means?
ANSWER= (D) All
Q.4 Who is keyword ?
ANSWER= (D)All of these
Q.5 Memory size of integer in data types?
ANSWER= (B) 2 byte
Q.6 Format specifire of integer in data types?
ANSWER= (C) %d
Q.7 Decimal value of integer in data types?
ANSWER= (A) -32768 to 32767
Q.8 What is unsigned value of int data types?
ANSWER= (D) -0 to 65535
Q.9 what is memory size of char data types?
ANSWER= (A) 1 byte
Q.10 1 Byte is equal to
ANSWER= (B) 8 bit
Q.11 Which of the following correct comment?
ANSWER= (C) /*comment */
Q.12 Which of the following is a keyword?
ANSWER= (A) short
Q.13 Any Program is an ?
ANSWER= (A) Algorithm
Q.14 C is a ?
ANSWER= (B) high level language
Q.15 format specifire of float data type?
ANSWER= (B) %f
Q.16 The keyword else can be used with statement?
ANSWER= (C) if
Q.17 What is means of # unary arithmetic operator?
ANSWER= (A) increment
Q.18 Compiler convert to?
ANSWER= (A) HLL TO LLL
Q.19 Interpreter convert to?
ANSWER= (A) HLL TO LLL
Q.20 Printf() function is defined in which header files?