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 27149There 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...???
2317If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 7409Post New Persistent Interview Questions
Describe the role of http.sys in iis?
A good op-amp has A Very high bandwidth B Narrow bandwidth C High selectivity D All of these
Where can I find info, frameworks and example source for writing a JDBC driver?
Expand--------OTA
Why References are stored on heap and variables on stack?
How many types of repos are available in international market when classified with regard to maturity of underline security, pricing, terms of repo etc.?
what is the significance of line of action in gear?
What are the advantages of using asynchronous communication?
How can you relate call centers to bpo?
What are the Advantages of java se 8 new features?
Write a code to find the average amount for all your opportunities by campaign?
effect of temperature on stainless steel,aluminized steel,chromium at (500C-750C)-required for project work on silencer 1.thermal conductivity 2.heat conduction 3.mechanical strength 4.temperature to weight ratio urgent
How do you analyze data in excel?
What are stateless components in reactjs?
Does python have class?