#include void main() { char a = 127; char b = 1; char c = a + b; printf("Value of c is: %d\n",c); }