/C/#include <stdio.h> int main() { int x = 10, *y, **z; y = &x; z = &y; printf(""%d %d %d"", *y, **z, *(*z)); return 0; }
#include <stdio.h> int main() { int x = 10, *y, **z; y = &x; z = &y; printf(""%d %d %d"", *y, **z, *(*z)); return 0; }
#include int main() { int x = 10, *y, **z; y = &x; z = &y; printf(""%d %d %d"", *y, **z, *(*z)); return 0; }
0
#include int main() { int x = 10, *y, **z; y = &x; z = &y; printf(""%d %d %d"", *y, **z, *(*z)); return 0; }
0
#include int main() { int x = 10, *y, **z; y = &x; z = &y; printf(""%d %d %d"", *y, **z, *(*z)); return 0; }
0
- -3 votes128 views5 answers
- 0 vote115 views1 answer
- -1 vote62 views1 answer
- 3 votes117 views1 answer
- 2 votes113 views1 answer
- 2 votes117 views2 answers
- 0 vote123 views1 answer
- 18 votes113 views2 answers
- 0 vote109 views1 answer
- 0 vote115 views1 answer