What will be the output of following program ?
int main(){
int x='A';
printf("%02X",x);
return 0;
}

Posted on by