“short int” is used for variables ?
A. which have a short duration in a program
B. which have short names
C. which may require less storage than normal integers
D. all of these
A. which have a short duration in a program
B. which have short names
C. which may require less storage than normal integers
D. all of these
A. unsigned character
B. unsigned integer
C. Both A & B
D. none of’ these
A. is globally accessible by all functions
B. has a declaration
C. Both A & B
D. all of these
A. Initialization is a part of definition
B. It is a declaration
C. Both A & B
D. All of these
A. &y[i-1] + sizeof (int)
B. y + sizeof (int) * i
C. y+i
D. All of these
A. 2
B. 32
C. Both A & B
D. Theoretically no limit. The only practical limits are memory size and compilers
A. Float
B. Real
C. Double
D. Int
A. Start()
B. System()
C. A & B Both
D. Main()
A. only one funiction
B. only two
C. One or many
D. none of the above