#1. Which type of statement is ‘break’ in C language?
#2. 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.
#3. Can we assign null on void pointer?
#4. How many types of loop in C?
Ans. Three
- While loop
- For loop
- Do While loop
#5. In which year, C Language was Developed?
#6. In C, we used for input / output?
#7. Which type of Language is C?
#8. What is the default value of static variable?
#9. float a[15], what is the size of array?
#10. Which of the following is not a valid storage class?
#11. Which of the following is a logical NOT operator?
#12. Who is the father of C language?
#13. How many keyword’s in C?
#14. Variable that are declared but not initialized contains _______?
#15. Prototype of a function means ____?
#16. What is the range of int data type?
#17. Which of the following will not return a value?
#18. Is it possible to run program without main()?
#19. Is ‘const’ better than #define?
#20. What is the range of char data type?
#21. Void occupy how many bytes in memory?
#22. ‘Break’ statement is used for ______?
#23. sizeof() is a _____?
#24. The format identifier ‘%c’ is used for which data type?
#25. What is the default value of local variable?
Finish
259