Vidyalelo
C Programming · Q210

File Input Output

Programming · C Programming · question 210

Q210

What will be the output of the following C code? #include int main() char c = '�'; putchar(c);

A.
Compile time error
B.
Nothing
Answer
C.
0
D.
Undefined behaviour

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board