WBJECA MCQ FOR NEW SYLLABUS
C Programming MCQ ( SET - 12)
- For 16 compiler range of integer constants is ?
- -32768 to 32767
- 0 to 65365
- - 32767 to 32768
- none of above
Answer: A
Explantion: None - What is an Identifier in c programming ?
- Name of Macros
- Name of Structure or Union
- Name of Function or Variable
- all the above
Answer: D
Explantion: None - Identify wrong C key words below ?
- else, break, switch, long
- enum, typedef, register, case
- char , extern, intern, return
- int, char , auto, double
Answer: C
Explantion: None. - What is length of an Identifier that is unique for Non Global Variables and Non Function Names ?
- 32
- 63
- 31
- 64
Answer: B
Explantion: None - Range of signed char and unsigned char are ?
- 0 to 255 to -128 to +127
- -128 to +127
0 to 255 - 1 to 256 to -128 to +127
- None of above
Answer: B
Explantion: None - What is the default C storage Class for a variable ?
- auto
- register
- extern
- static
Answer: A
Explantion: None - A register variable is stored in a Register . Where does a Register Present in a Computer ?
- DMA
- ROM
- RAM
- CPU
Answer: D
Explantion: None - C is which level language ?
- assmbly
- low level
- low + high level
- high level
Answer: D
Explantion: None - The declaration int(*p)[5]; means ?
- P is a pointer to a % elements integer array
- The same as int*p
- p is one dimensional array of size 5
of pointers to integers
Answer: A
Explantion: None - 10Default value of static variable ?
- grabage value
- 1
- 0
- 2
Answer: C
Explantion: None
More C programming MCQ for
0 Comments