What is the output of the following code?
int main()
{
char grade={'A','B','C'};
printf("%c", grade[0]);
}

Posted on by