C MCQs for placement and exams - Set 6

C MCQs for placement and exams - Set 6


1.) The maximum length of a variable in c is:
a.) 8
b.) 16
c.) 32
d.) 64
View Answer / Hide Answer

ANSWER: a.) 8




2.) A link is:
a.) a compiler
b.) an active debugger
c.) a c interpreter
d.) a analyzing tool in c
View Answer / Hide Answer

ANSWER: d.) a analyzing tool in c




3.) c is a __________ language:
a.) high level
b.) low level
c.) middle level
d.) machine level
View Answer / Hide Answer

ANSWER: c.) middle level




4.) The number of the relational operators in the c language is:
a.) 4
b.) 6
c.) 3
d.) 1
View Answer / Hide Answer

ANSWER: b.) 6




5.) The choices file options and so are called:
a.) items
b.) reserved words
c.) terms
d.) queries
View Answer / Hide Answer

ANSWER: a.) items




6.) Type the name of the single dot that represents the smallest graphic unit that can be displayed on the screen?
a.) unit
b.) bit
c.) byte
d.) pixel
View Answer / Hide Answer

ANSWER: d.) pixel




7.) what is the original(or highest level)directory on a disk?
a.) root
b.) tree
c.) c>
d.) d>
View Answer / Hide Answer

ANSWER: a.) root




8.) Which header file is essential for using strcmp() function?
a.) string.h
b.) strings.h
c.) text.h
d.) strcmp.h
View Answer / Hide Answer

ANSWER: a.) string.h




9.) The symbol that shows you where the mouse is on the screen is called the:
a.) icon
b.) mouse pointed
c.) director
d.) arrow
View Answer / Hide Answer

ANSWER: b.) mouse pointed




10.) what among the following is a unconditional control structure:
a.) do-while
b.) if-else
c.) goto
d.) for
View Answer / Hide Answer

ANSWER: c.) goto


Post your comment