/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
- 5 votes211 views10 answers
- 0 vote231 views1 answer
- 3 votes213 views1 answer
- 6 votes254 views1 answer
- -1 vote219 views1 answer
- 0 vote209 views1 answer
- 0 vote269 views1 answer
- 0 vote216 views1 answer
- 1 vote223 views1 answer
- 0 vote214 views1 answer