Sign in
Please select an account to continue using cracku.in
↓ →
Whatis the output of this C code?
#include <stdio.h>
void main()
{
int k = 5;
int *p = &k;
int **m = &p;
printf("%d %d %d\n", k, *p, **m);
}
Create a FREE account and get:
Educational materials for CAT preparation