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

A) a

B) 97

C) Run time error

D) None

View Answer
Option – A.

More Questions

error: Content is protected !!