What is the output of this C code? void main() { int x = 97; char y = x; printf("%c\n", y); }
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option A
Explanation :
None.
Be The First To Comment