Home » C Programming » Operators » Question
  1. What will be the value of the following assignment expression?
    (p = fun())!= 2 considering fun() returns 3
    1. 1
    2. 0
    3. 5
    4. 6
    5. None of these
Correct Option: E

None of these



Your comments will be displayed only after manual approval.