Home » C Programming » Operators » Question
  1. What will be the output of the following C code?

    1. 3 4 4
    2. 4 4 3
    3. 4 3 3
    4. 4 3 4
    5. Compilation Error
Correct Option: A

3 4 4



Your comments will be displayed only after manual approval.