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 28804There 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...???
2681If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8308Post New Persistent Interview Questions
What's the difference between star and snow flake schema?
What is difference between dialog program and a report?
On the notification initial screen we select the notification type using iw21 t code. Is there any t code using which we can skip the initial screen and directly open the notification main screen?
How to convert design gray to binary code?
Why do you want to work as a data scientist?
How can you connect models to a database manually?
Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?
What is the example of command sentence?
What is promise-all in node.js?
Explain what are the two main string operators?
what is meant by the phrase 'static load' in case of shorting in a generator excitation system?
Can anyone explain me about the RLC based Impulse high voltage generator and how to and operation of Series resonant High voltage reactor...?
What does it cost to replace struts?
What is difference between javac and java?
What is object in javascript?