#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 |
What is vcredist_x86 exe?
In which Way invoke context-sensitive help inside the editor?
how to declare and populate an array of checkBoxes
What is microsoft visual c++ 2015 redistributable?
What is cwinthread class?
What is microsoft visual c++ 2013 redistributable package x64?
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these
What property is used to indicate that the up-down control is associated with a buddy control?
What is vc++ redistributable?
Name the three types of loops used in C++ programs?
How will slove problem comes wirh Hybrid Inheritance?
What is the difference between the client and non-client areas?