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 28801Post New Persistent C Code Interview Questions
How do you find the independent variable?
Explain the Doric chiton
How do I change the favicon?
What are good characteristics of good combustion in a boiler?
How would you preprocess image data for training a CNN?
Can we commit inside a function in oracle?
What is dynamic array in excel?
how would you do the call a structure in srm
What is the use of echo in shell script?
hello sir/madam, I,Subramanian need 5yrs placement papers of officer trainee of Instrumentation technology.pls send to this mail id mani_nxtgen@yahoo.co.in please do the needful. with regards, subramanian.v
What is the purpose of ubuntu?
What is fission?
Main configuration file and command used for NFS enabling exported directories and deamons?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Please tell me Browser specific bugs?