0
Attempted
20
Not Attempted
0
Marked For Review
0
Attempted & Reviewed
void main() { char *p = "ayqm"; char c; c = ++*p++; printf("%c",c); }
Select Your Answer:
All Questions
Attempted
Not Attempted
Marked for Review
Attempted & Reviewed
Current
void main() { char *p = "ayqm"; char c; c = ++*p++; printf("%c",c); }