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 28608Post New Persistent C Code Interview Questions
Is rdd type safe?
Which is the fastest sorting?
What is encapsulation in csharp?
Tell me what is the difference between the participating and non-participating policy? : insurance sales
how you can reduce churn in ISR? When does broker leave the ISR?
What is icollection in c#?
How much free space should I leave on my ssd?
Does mongodb support primary-key, foreign-key relationship?
What is a type in swift?
How to track the requirement from bugzilla tools? As our project requirement are changing frequestly and all are tracked in bugzilla tool. How to manage all as all project having short term duration. Please reply back ASAP? Thanks in advanced?
What is example of directive?
What is racemic mixture? Why it is optically inactive?
What is the role of static keyword for a class member variable?
Why do we use databases?
What types of source systems can BODI connect to for data extraction? How do you configure these connections?