#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 |
Explain pointer to the constant and constant pointer?
What is cmutex?
What is ole? How do you handle drag and drop in ole?
How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use
What is visual c++ used for?
What is microsoft visual c++ 2015 redistributable?
what is mean [] inc what is the use of include conio.h in c
Name the three types of loops used in C++ programs?
Is visual c++ still used?
What is the RGB macro used for?
Is microsoft visual c++ a virus?
How do I remove microsoft visual c++ 2015 redistributable?