You are on page 1of 1

#include<stdio.

h>
void main()
{
char letter =`Z`;
printf("\n%c",letter);
}
1) Z
2) 90
3) Error
4) Garbage Value
See Answer(s) of Question no.

You might also like