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 28636There 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...???
2648If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8163Post New Persistent Interview Questions
In india, according to trade theory above 5 HP motor reqired star delta starter. But we R connect 11 KV motor with 14MW in Direct to line ( With VCB starter combination) Can U Guess, How it is possible ?????
Can I install 64 bit on x86?
Which is better a char, short or int type for optimization?
What are the different ways we can set up the portal security to access component in portal?
What about IHS?
what is the use of State Factories?
Can we insert delete data in view?
What is the maximum number of match code id's that can be defined for one match code object ?
What are the elements in pom that a profile can freely modify when specified in the pom?
How can you relate the goals you have for yourself to the goals of Waste Management?
What is context in web application?
Explain what are partitioned views and distributed partitioned views?
Explain the Brocades.
How may types of defects identify application or your currently working application?pls give me answer..
What is dagger 2 used for?