#include <stdio.h> void main() { char *str= "WATCH"; char *ptr = str; printf("%c %c", 1[ptr], str[1]); }
A A
Previous Question Next Question
Your comments will be displayed only after manual approval.