Output of the below code is

#include stdio.h

int main()
{
unsigned char c=290;
printf("%d",c);
return 0;
}


Posted on by