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 Answer2.) A link is:a.) a compiler
b.) an active debugger
c.) a c interpreter
d.) a analyzing tool in c
View Answer / Hide AnswerANSWER: 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 Answer4.) The number of the relational operators in the c language is:a.) 4
b.) 6
c.) 3
d.) 1
View Answer / Hide Answer5.) The choices file options and so are called:a.) items
b.) reserved words
c.) terms
d.) queries
View Answer / Hide Answer6.) 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 Answer7.) what is the original(or highest level)directory on a disk?a.) root
b.) tree
c.) c>
d.) d>
View Answer / Hide Answer8.) Which header file is essential for using strcmp() function?a.) string.h
b.) strings.h
c.) text.h
d.) strcmp.h
View Answer / Hide Answer9.) 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 AnswerANSWER: 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