Home » Technical Questions » Programming

What is the output of this C code? #include void main() { int x = 97; char y = x; printf("%cn", y); }

Correct Answer: a

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion