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 28804Post New Persistent C Code Interview Questions
Do you know what are the optional statements that can be used inside a
why is sas considered self-documenting? : Sas programming
What are the advantages of ado.net?
What is comment moderation in drupal?
how to kernel protected memory?
Explain The Methods For Providing User Credentials For Starting The Server ?
Explain how you would debug a machine learning model that is not performing well.
Why do we need static class in c#?
What is the Class Hierarchy in PRPC?
worst case complexities of Quick sort and Merge sort.
What is the use of the pactv feature?
In the `select' statement what is group by ?
Write a flora formula for a flower which has a variable number of sepals, 8 petals united at the base, 8 stamens united by their anthers, and an inferior ovary of 4 united carpels.
Why linux is virus free operating system?
What is iphone sdk?