Sorry! Posting Assignment is allowed only for commercial accounts.
#include <stdio.h>int main(){ unsigned char c=290; printf("%d",c); return 0;}