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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board