Home » C Programming » Data Types » Question
  1. Which of the following % operation is invalid?
    1. 2 % 4f;
    2. 2 % 4l;
    3. Both 2 % 4f; and 2 % 4l;
    4. 2 % 4;
    5. None of these
Correct Option: C

Both 2 % 4f; and 2 % 4l;



Your comments will be displayed only after manual approval.