Thread
:
help
View Single Post
xpi0t0s
Mentor
27Nov2012,19:33
What do you think the following code will display?
Code:
#include <stdio.h> char*s="AAA %c %s %c BBB"; main() { printf(s,'\"',s,'\"'); }