Free Online Skill Test Advanced C Language (Test 8)

Results

#1. If sizeof(long ) equals 4. What is sizeof(long long )

#2. What is the output of the following code?

#3. What is the output of the following code?

#4. What is the output of the following code on a 32 bit system

#5. What is the output of the following code ?

#6. What is the output of the following code(assume int is 4 bytes)?

#7. The output of the code below is

#8. The output of the code below is

#9. Which keyword can be used for coming out of recursion?

#10. What is the output of the following code

#11. What is the output of the following code

#12. What will be the output of the program?

#13. What will be the output of the program?

#14. What will be the output of the program?

#15. What will be the output of the program?

#16. What will be the output of the program?

#17. What will be the output of the program?

#18. What will be the output of the program?

#19. What will be the output of the program?

#20. What will be the output of the program?

#21. What will be the output of the program?

#22. Point out the error in the program

#23. Point out the error in the program

#24. Which of the following statements are correct about the program?

#25. Which of the following statements are correct about the program?

#26. Which of the following statements are correct about the program?

#27. What is the output of the following code

#28. What is the output of the following code

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

#30. The value obtained in the function is given back to main by using........ keyword?

#31. The output of the code below is

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

#33. What is the output of the following code ?

#34. In C, if you pass array name as an argument to a function, what actually gets passed?

#35. Which of the following statements are NOT correct about an array?

#36. What is the output of the following code ?

#37. What is the expected answer for this code?

#38. What is the expected answer for this code?

#39. Which of the following are correct syntax to send an array as a parameter to function:

#40. What is the expected answer for this code?

Finish