#1. Which of the following is a logical NOT operator?
#2. sizeof() is a _____?
#3. Which type of Language is C?
#4. Prototype of a function means ____?
#5. Is it possible to run program without main()?
#6. What is the default value of static variable?
#7. In which year, C Language was Developed?
#8. ‘Break’ statement is used for ______?
#9. In C, we used for input / output?
#10. float a[15], what is the size of array?
#11. Variable that are declared but not initialized contains _______?
#12. What is the range of char data type?
#13. Which of the following function is user defined?
The main () function provides a platform for calling the first user-defined function in the program. It has got its own functionality and structural features with respect to the usage of syntaxes which cannot be changed by the end-user unless he writes his own compiler.
#14. Void occupy how many bytes in memory?
#15. What is the default value of local variable?
#16. Which type of statement is ‘break’ in C language?
#17. The format identifier ‘%c’ is used for which data type?
#18. Who is the father of C language?
#19. Which of the following is not a valid storage class?
#20. Can we assign null on void pointer?
#21. How many keyword’s in C?
#22. What is the range of int data type?
#23. Which of the following will not return a value?
#24. Is ‘const’ better than #define?
#25. How many types of loop in C?
Ans. Three
- While loop
- For loop
- Do While loop
Previous
Finish
220