What will be output of this code? void main() { int k=5; int *p=&k; int **m=&p;printf("%d%d%d\n", k, *p, **p) ;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login