/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
- 0 vote208 views1 answer
- 0 vote214 views1 answer
- 4 votes199 views2 answers
- 9 votes210 views2 answers
- 0 vote213 views2 answers
- 1 vote216 views1 answer
- 0 vote206 views1 answer
- 0 vote215 views1 answer
- -1 vote217 views1 answer
- 19 votes201 views6 answers