why does ? and \? give the same output? – stackoverflow.com 03:17 Posted by Unknown No Comments 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 Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitIs it better to use cash when cards offer discounts – money.stackexchange.comHow does Santa travel to other galaxies? – space.stackexchange.comIf babies were isolated, would they develop their own language? – psychology.stackexchange.comHow do I get the model name of my processor? – askubuntu.comHow do you quote an identifier in SQL Server? – dba.stackexchange.comDealing with crime in cryptocurrency based economies – politics.stackexchange.com
0 Comment to "why does ? and \? give the same output? – stackoverflow.com"
Post a Comment