#include <stdio.h> main() { char *p = "Sanfoundry C-Test"; p[0] = 'a'; p[1] = 'b'; printf("%s", p); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login