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);}
5 5 5
5 5 junk
§ junk junk
Compile time error
Create a FREE account and get:
Terms of Service
CAT Formulas PDF CAT Exam Syllabus PDF CAT Study Plan PDF Cracku Brochure