#include<stdio.h>int main(){ char str[] = "peace"; char *s = str; printf("%s\n", s++ +3); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login