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 28968There 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...???
2738If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8430Post New Persistent Interview Questions
What is the use of RDBMS?
Apportion Nett profit of rs 325600 among the partners A,B,C and D as per sharing ratios of 26%,13%,32% and the balance to D.Pass journal entry
What is the significance of blue prism?
How do you update ajax response with id " resilts"?
Compare qlikview with tableau?
Explain how a request is processed in django?
Does oxygen and hydrogen map up water?
Why we use mongodb instead of mysql?
sir, Is their any measuring unit of knoking? please explian?
What is main/jni/ directory?
Why are lists ordered in java?
You want to manage the azure ad connect sync process, which tool will you use for the same?
what is the necessary keyword needed to scroll subfile records?
Explain the properties of a relational table?
What is a namenode? How many instances of namenode run on a hadoop cluster?