Jeca C Test1
Jeca C Test1
4. C is a ___ language
a) High Level
b) Low Level
c) Middle Level
d) Machine Level
a) a=5
b) a+=5
c) a=b=c
d) a=b
c) is faster
d) operates on large numbers
d) ||
d) None of these
43. Which pair of functions below are used for single character
I/O.
a) Getchar() and putchar()
b) Scanf() and printf()
c) Input() and output()
d) None of these
d) NULL
62. The conversion characters for data input means that the data
item is
a) An unsigned decimal integer
b) A short integer
c) A hexadecimal integer
d) A string followed by white space
c) Three
d) One
68. A Link is
a) a compiler
b) an active debugger
c) a C interpreter
d) an analyzing tool in C
70. In C, a Union is
a) memory location
b) memory store
c) memory screen
d) None of these
c) None of these
d) both a & b
b) 32
c) 35
d) 40
77. If the size of the array is less than the number of initializers
then,
a) Extra values are being ignored
b) Generates an error message
c) Size of Array is increased
d) Size is neglected when values are given
79. A Structure
a) can be read as a single entity
b) cannot be read as a single entity
c) can be displayed as a single entity
d) has member variables that cannot be read individually
84. If you don’t initialize a static array, what will be the element
set to?
a) Zero
b) A floating-point
c) An undetermined value
d) None of these.
of:
a) Compiler
b) Translator
c) Assembler
d) None of these.