Question: Consider the following code snippet in C: #include int main ( ) { char char 1 = ' X ' ; char char 2 =
Consider the following code snippet in C:
#include
int main
char charX;
char charY;
printfResult of char char: c
char char;
printfResult of charchar char: clncharchar char;
return O;
Given the ASCII values for and what would be the output of the above
code? Choose the correct option:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
