What will be the output of the following C code?

#include <stdio.h>

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

Posted on by