Computer Science, asked by ksheera77, 1 day ago

What would be printed on the standard output as a result
'A';
char i
char *j;
j = & i;
*j = *j + 32;
printf("%c",i);

Answers

Answered by andrewmeet04
0
It’s Java of computer applications
Similar questions