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 28808There 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...???
2682If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8312Post New Persistent Interview Questions
What are multiple use BADIS?
How do I revive a dead hard drive?
What is hibernate model class?
What is a master page and what does it do?
Mention the key features of couchdb?
What is meant by verification and validation in the context of AI safety?
How is new() different from malloc()?
From which germ layer does coeloms originate?
Is c# different than c++?
What is the frequency at which VOICE is sampled?
What difference between cmp and diff commands?
What is the max ram for a 64 bit?
what is the role of profiler in mongodb?
Explain methods specific to list interface?
You have multiple Process Schedulers running against a single database. How do you configure the environment such that a user can submit a process without having to identify a specific Process Scheduler process to complete the process request?