- What is the output of the following program?#include<stdio.h>main(){ int a[] = {1,2}, *p = a; printf("%d", p[1]); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login