#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 Posted / 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 |
Post New Answer View All Answers
What is visual c++ runtime?
Where can I find microsoft visual c++ on my computer?
Explain the advantages of cwinthread class.
How do you handle drag and drop in ole?
How do I change visual code font?
What is vcruntime?
What is odbc in vc ++?
How do I fix microsoft visual c++ 2015 setup failed?
What is dao in vc ++?
Do I need ms visual c++ on my computer?
Can I delete old microsoft visual c++?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
What is the use of message map? Advantages of a message map.
Do I need microsoft visual c++ 2005 redistributable on my computer?
How do I remove microsoft visual c++ 2015 redistributable?