+ 1
What is the output of the following program?
void main() { char*p="Difficult"; char c; c=++*p++; printf("%c",c); }
4 Answers
0
how???
+ 2
Please do not use depreciated format of assigning pointers to string literals.
+ 1
this is a right question.
0
is it i