void main(void) { char x='\0'; char n='N'; printf("%u""%s\n",&n, &n); }
What will be the result of execution?
Answer & Explanation Option: [A]