#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


Please Help Members By Posting Answers For Below Questions

How many microsoft visual c++ do you need?

675


Explain some of commonly used methods provided by iunknown.

590


What is cmutex?

658


Can I remove microsoft visual c++?

677


What is mfc in vc++?

787






difference between assert and verify.

661


How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?

1849


Do I need microsoft visual c++ on my computer?

679


How do I reinstall microsoft visual c++?

594


What is the difference between turbo c++ and visual c++?

622


What is vcruntime?

677


How do I remove microsoft visual c++ 2015 redistributable?

658


Do I need all the microsoft visual c++ redistributable?

626


Is microsoft visual c++ important?

715


hello sir i need movie editing and mixing software .where it is available and what is the site address

1818