Results
#1. The keyword used to transfer control from a function back to the calling function is
#2. The library function used to find the last occurrence of the character in a string is
#3. _______ is the collection of built-in functions that can be used directly in C programs?
#4. Which of the following functions read a character(only one at a time) from the terminal and return it as an integer?
#5. Which of the following statement is true according to seize syntax rule?
#6. Which of the following is not a valid keyword in C language
#7. Which operator in C is used to return the size of a variable
#8. Which is the legal range of values for an int data type in C language
#9. Which data type is used to store real number in C language?
#10. Which of the following is not a logical operator?
#11. Which of the following function is appropriate for reading in a multi-word string?
#12. Which of the following is not a valid declaration of arrays?
#13. What will be the output of given code
#14. What will be the output of given code?
#15. What will be the output of given code?
#16. Which of the following function is used to show reverse of string?
#17. Which of the following represent null character in C language?
#18. Which library file contains all the string handling functions?
#19. We can insert pre-written code in a C program by using?
#20. Due to variable scope in C________
#21. Total number of keywords in C are?
#22. What is the use of \r in language?
#23. What is the purpose of getc() in C language?
#24. What amongst the following is true about stack?
#25. UML stands for_____?
#26. Edition with appointed that points to an array wil_____?
#27. What is dangling pointer in C language?
#28. What is wild pointer in C language?
#29. The size of a void pointer is 16-bit system is______?
#30. In which tree for every node the height of its left subtree and right subtree different almost by one