#include<stdio.h>int(){int a,*b,**c,***d,****e;
a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=%
e=%u",a,b,c,d,e);printf
("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
Answer / yellaiah, navionics technolog
There some syntactical errors are there like:
1. No main()
2. e=&d not e=&c
3. In first printf() d=%u should be there
3. In last printf() '?',','
If we correct these mistakes we get the following:
1.10 someaddress someaddress someaddress someaddress
2.10 20 20
| Is This Answer Correct ? | 0 Yes | 0 No |
Where can I find microsoft visual c++?
Explain some of commonly used methods provided by iunknown.
What is the difference between pointer and reference?
7 Answers IBM, Microsoft, Tech Mahindra,
What is the file extension used for C++ class implementation files?
What is the Use of the Developer Studio Editor?
What is difference between c++ and vc++?
What is the difference between Boxing and Unboxing in C#
Can I remove microsoft visual c++?
How do you handle drag and drop in ole?
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
Explain pointer to the constant and constant pointer?
what is mean [] inc what is the use of include conio.h in c