/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 vote180 views1 answer
- 2 votes201 views1 answer
- 0 vote226 views1 answer
- 0 vote209 views1 answer
- 0 vote190 views1 answer
- 0 vote192 views1 answer
- 0 vote196 views1 answer
- 0 vote216 views1 answer
- 28 votes201 views2 answers
- -1 vote197 views4 answers