main( ) { static int a[ ] = {0,1,2,3,4}; int *p[ ] = {a,a+1,a+2,a+3,a+4}; int **ptr = p; ptr++; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); *ptr++; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); *++ptr; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); ++*ptr; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); }
2 28821There are three bucket...Apple,Orange and Apple+Orange....On each Bucket one of the following labels are there..'A','O','A+O'...all this labels are not correctly patched on Bucket..identify which bucket contains What? You can not see bucket..u can pick any number of fruit from any basket...???
2686If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8329Post New Persistent Interview Questions
How do I restore a database in mysql workbench?
Difference between HBase vs Hive?
What is ms word ppt?
What are the steps to install automation anywhere?
Which kingdom does starfish belong to?
What is excel database?
Is post back in c#?
How to get the contents of an input box using javascript?
what is the pri request of binary search
What is data matrix? What is the use of it?
Can binary strings be converted into numeric or float data types?
What is Named Routes.
For crude application in floating roof tank, how to calibrate a DP Transmitter? How is the floating roof weight considered?
What are the naming convention in yii 2.0 framework?
What is the call frequency?