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 8438Post New Persistent Interview Questions
Compare Hadoop and Spark?
What is an iis worker process?
Explain the Different materials for different clothes?
Which is an advantage of application service providers?
How do you clear an arraylist in java?
Whether it is possible to share a single instance of a memcache between multiple php projects?
Explain various cabling techniques used in IEEE 802.3 standard.
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Define object spy ?
What is jsf life cycle and its phases?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What is the difference between Splunk apps and add-ons?
What is the shortcut key to increase the font size in excel?
What is the boxing and unboxing in c#?
Does stringutils isempty check for null?