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