0
#include <stdio.h> int main() { printf("\x61"); return 0; }
What is output and how
5 Antworten
+ 11
Abdul Rahman Khan \x is used to denote hexadecimal value and \x61 is ascii value of 'a' so it is get printed
+ 9
Abdul Rahman Khan its in hexa decimal ascii value of a,
http://defindit.com/ascii.html
+ 3
Hexadecimal acci value so it give a in output 👍
+ 1
But ASCII value of a is 97
+ 1
Thanks