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

    1. 1 0
    2. 0 1
    3. 1 (undefined value)
    4. Compilation Error
    5. None of these
Correct Option: C

s is null terminated, but array is not null terminated.



Your comments will be displayed only after manual approval.