#include <,stdio.h> void main() { char *n= "KRISHANA"; char *m = n + 3; printf("%c %c", *m, n[5]); }
S A
Previous Question Next Question
Your comments will be displayed only after manual approval.