#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

Is visual c++ still used?

558


Is it ok to uninstall microsoft visual c++?

588


What is the difference between an MLE and an SLE?

5722


What is odbc in vc ++?

628


What is iunknown?

550






What is visual c++ redistributable?

578


How do I get rid of microsoft visual c++ runtime library error?

664


Is visual c++ a compiler?

551


How do I reinstall microsoft visual c++?

519


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

525


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

521


What is vc++ programming?

681


What is microsoft visual c++ redistributable and do I need it?

538


Can I delete old microsoft visual c++?

545


Is it safe to uninstall microsoft visual c++ 2008 redistributable?

563