/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 votes115 views1 answer
- 0 vote121 views1 answer
- 2 votes126 views1 answer
- 0 vote134 views1 answer
- 1 vote121 views1 answer
- 0 vote123 views1 answer
- 4 votes127 views4 answers
- 0 vote123 views1 answer
- 0 vote141 views1 answer
- 0 vote120 views1 answer