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 27632There 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...???
2398If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 7581Post New Persistent Interview Questions
Describe the electroporation condition ?
Multiply all elements of a list without writing a loop?
What are clustered tables?
how can you test the web environment for security testing?
Why do we use Azure Active Directory?
when does the accessibility . Isactive () method return true? : Adobe flash
What are Annotations in CDS?
How do I change text font size?
What is the difference between hashmap and hashtable? What is an interface?
How to reverse a string in Unix?
Site a reason why Philips should hire you
Explain skinny table? : salesforce crm
Differentiate screen painter from menu painter.
What is cross site request forgery with example?
What do you understand by “directoryindex”?