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 27579There 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...???
2384If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 7544Post New Persistent Interview Questions
Explain the difference in record set and dataset?
what is trapdoor and how does it works?
Why we use linux id in android?
How do I align text in a table in word?
Is ado.net dead?
What are the items of start menu?
How do you jump slides in powerpoint?
Is apple a linux or unix?
if the server has slow how to check the server performance? How to check server performance what is the procedure?
On what basis does the negotiation about a product takes place?
how to remove all dtddwrappers and labels on zend form elements?
Is linux important to learn?
What does database administrator do?
What do you mean by KG and KGS in Diesel Engine
What are the cascade types in hibernate?