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 28766There 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...???
2675If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8271Post New Persistent Interview Questions
What is difference between HTML5 and HTML?
How do you sort data in excel with formulas?
Explain how does JSP handle run-time exceptions?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is Meta Title?
a cc. has balance Rs. 8,40,000 at the credit of profit and loss a/c this balance is used for redemption of debentures what will be the entry
What is Indirect Valuation?
Does facebook use php framework?
what is maximum concurrency in jdbc adapter?
What is cdi in spring?
How are functions and procedures called in PL/SQL?
What is planned maintenance?
Why does python print out none?
what is the common earth
What are the key components in bpc architecture?