#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;}



#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;prin..

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

Post New Answer

More VC++ AllOther Interview Questions

What is iunknown?

0 Answers  


What is the RGB macro used for?

1 Answers  


What is the purpose of a C++ namespace?

2 Answers  


Is microsoft visual c++ a virus?

0 Answers  


What is splitter window in vc++?

0 Answers  






Differences between vc 6.0 and vc 7.0

1 Answers   Honeywell,


What is the difference between Undo and Redo?

15 Answers   Google,


What is microsoft visual c++ 2017 redistributable?

0 Answers  


What is the difference between serialization and deserialization?

4 Answers   Cap Gemini, HCL, MBT,


How do I reinstall microsoft visual c++?

0 Answers  


What is visual c++ used for?

0 Answers  


What is microsoft visual c++ 2013 redistributable package x64?

0 Answers  


Categories