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 28974There 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...???
2739If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8437Post New Persistent Interview Questions
Where can I find the windows explorer?
What is kvar?
Mention The Basic Components Of A Server Computer In Cloud Computing?
Explain end-to-end testing?
What are concrete classes?
where do you want to see yourself after 5 years?
Is xhtml element name case sensitive?
What are the benefits and challenges of fine-tuning a pre-trained model?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
Describe method overriding
How the smart identification is used in real time?Please explain with an example
What is default color for foreground & background in photoshop?
What is the system log?
Do you know what is bootstrap well?
Is dll a binary file?