
#1. What is output of the following code?
#2. Which one of the following statements allow the variable being pointed to be changed?

#3. What is output of the following code?
#4. realloc(ptr, size), where size is zero means

#5. What is output of the following code?
#6. malloc initialises memory with all bits set to zero.

#7. What is output of the following code?

#8. What is output of the following code?

#9. What is output of the following code?

#10. What is output of the following code?(Assume CLA is ./a.out)

#11. What is output of the following code?

#12. What is the output of this C code?

#13. What is output of the following code?
#14. Among the below options, which is the correct way to pass a function pointer to arguments
#15. int myArr[5][6][7].Type of myArr[0] is:

#16. What is the expected answer for this code?
#17. If no arguments passed through command line, then what is the value of argc ?

#18. What is the expected answer for this code?
#19. Declare the following statement? “An array of three pointers to chars”

#20. What is output of the following code?
Previous
Finish
250