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 28811Post New Persistent C Code Interview Questions
What problem does Delegate Solve?
What are the required core modules in d7?
what are the connectors used in tomcat?
How does arraylist size work?
What is the E1 & OmuSig?
What does attr mean?
What made you choose aerospace engineer line as your career?
What do you mean by term 'cash value'? : insurance sales
oil field interview question
How u can give the overload setting to any motor protection relay for a HT motors with formula and Example?
What's the difference between scripting and coding?
Explain the bias-variance tradeoff.
How is radiation emitted from the body?
What are the disadvantages of using gear pumps?
What is the difference between delegates and superdelegates?