Free Online Skill Test C Language Advanced (Test 6)

Results

#1. What is the output of the above program?

#2. How many times will the loop execute in the above program:

#3. Efficient way of dividing x by 2 is:

#4. What is the output of the code?

#5. How many time will the loop execute?

#6. What is the output of the code?

#7. What will be output when you will execute above C code?

#8. What will be output when you will execute above C code?

#9. What will be output when you will execute above C code?

#10. What will be the output of the above C code?

#11. What will be the output of the above C code?

#12. What will be output if you will compile and execute the above C code?

#13. Which of the following cannot be checked in a switch-case statement?

#14. What is the output of the above code?

#15. What is the output of the following program assuming 32-bit system?

#16. What is the output of the following program:

#17. sizeof is

#18. How many bits are needed to represent integer values in the range -15, 12?

#19. unsigned int a = b = c = d = e = f =32; Check in this which operation is not possible

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

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

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

#23. What will be printed as the result of the operation below:

#24. What is the output of the following code :

#25. What is the output of the following code :

#26. What is the output of the following code :

#27. How many times will the loop execute :

#28. What is the output of the following code :

#29. What will be output of following program?

#30. What is the output of above program?

#31. What is the expected output of the following code :

#32. What is the output of the following code

#33. What is the value of x? where x = ~(x - 1)

#34. What is the output of the following code

#35. What is the output of the following code

#36. What is the output of the following code

#37. How many time will the loop execute: for (x = 0; x++; );

#38. What is the output of the following code

Finish