Vidyalelo
C Programming · Q65

C Miscellaneous

Programming · C Programming · question 65

Q65

What will be the output of the following C code? #include int main() signed char ch= ‘a’; printf(“%u”,ch); return 0;

A.
-65
B.
65
C.
-97
D.
97
Answer

Answer: Option D

Solution

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