Home » C Programming » Operators » Question
  1. What will be the output of the following C code?
    #include 
    printf("%d", sizeof('n'));
    1. 4
    2. 2
    3. 1
    4. All of above
    5. None of these
Correct Option: A

4



Your comments will be displayed only after manual approval.