Predict the output of the following code
int main()
{
void A="B";
printf("%c",A);
}



Posted on by