#1. What is the output of this C code?
#2. What is the expected answer for this code? Assume double is 8 bytes
#3. What is the size of *ptr in a 32-bit machine, (assuming initialization as int *ptr = 10;)?
#4. What is the output of this C code?
#5. What is the output of this C code?
#6. What is the output of this C code?
#7. What is the output of this C code? Assume little endian system
#8. What is the output of this C code?
#9. What is the output of this C code?
#10. What is the output of this C code?
#11. What is the output of this C code? Assume address of num as 1000
#12. What scope does the function foo() have in case multi file compilation?
#13. What is the output of this C code?
#14. What is the output of this C code?
#15. What is the output of this C code?
#16. What is the output of this C code?
#17. What is the output of this C code?
#18. Where will the memory allocation for variable i happen?
#19. What is output of the following code?
#20. What is output of the following code?
#21. What is output of the following code?
#22. What is output of the following code?
#23. What is output of the following code?
#24. What is output of the following code?
#25. What is output of the following code?
#26. What is output of the following code?
#27. What is output of the following code?
#28. What is output of the following code?
#29. What is output of the following code?
#30. What is output of the following code?
#31. What is output of the following code?
#32. What is output of the following code?
#33. What is output of the following code?
#34. What is output of the following code?
#35. What is output of the following code?
#36. Good way of representing variable in recursion is
Previous
Finish
144