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 8330Post New Persistent Interview Questions
What is roll-up summary field?
Define "PageRank".
why we make plex offline online in vxvm?
What can you do with mysql?
How to declare an array in php?
What port is apache listening on?
What is iis? Have you used it?
Define a cross join?
Write a program for finding factorial of a number.
What do you mean by priority queue?
How To Create New Variable In R Programming?
Give one example for multiple statements in single statement?
What is Balance of Trade? What is Balanced Trade?
Describe graph explorer in tensorflow?
What is black body and what are its characteristics? : quantum physics