why does ? and \? give the same output? – stackoverflow.com

In C, why do these two pieces of code give the same output? #include<stdio.h> int main(void) { const char c='\?'; printf("%c",c); } and #include<stdio.h> int main(void) { ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "why does ? and \? give the same output? – stackoverflow.com"