Q16. Which of the following statement about ‘static variables’ is false ?
a) Static variables are permanent variables within their own function or file.
b) Static local variables are not known outside the function or file.
c) Static variables maintain their values during function calls.
d) Static variables and global variables are same.
(d)
Q17. Which operator is used to return the length of the variables in bytes ?
a) size()
b) length()
c) leng()
d) sizeof()
(d)
Q18. The format identifier ‘%i’ is also used for :
a) char
b) int
c) float
d) double
(b)
Q19. Which data type is best for storing a number 65000 in a 32-bit system ?
a) int
b) long
c) signed short
d) unsigned short
(d)
Q20. Which header file can be used to define i/o function prototypes and macros?
a) stdio.h
b) conio.h
c) stdlib.h
d) alloc,h
(a)

Thanks For Your Support.
Good work. Keep it up!!!
great work bro
Good Work Shrey Sir and his team:)
How many keywords are there in Standard C programming language ? Ans is 32 not 44
Standard C has 44 keywords including C89 – 32, C99 – 5, C11 – 7.