#include<stdio.h>
#include<limits.h>
int main()
{
   int d;
   d=CHAR_MAX;
   printf("%C",d);
}
A. Alphabet corresponding to the value 127
B. Junk value
C. 127
D. Error

Posted on by