#include<stdio.h>
main()
{
char c = 'A'+255;
printf("%c", c) ;
}
What is the output of this code snippet?

Posted on by