#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 |
difference between assert and verify.
TO start the build process in Developer Studio Which keyboard function is used ?
What is cmutex? How can we use it?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
How do I create an mfc application in vc++?
What is a mnemonic?
What is the use of message map? Advantages of a message map.
What is a glyph?
Name some examples of the different types of windows found in a Windows application?
What are the advantages of a message map
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
What is the difference between the = and == operators?