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 27137Post New Persistent C Code Interview Questions
Explain dictionary in swift.
What is an anonymous class in java?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What is front end and back end?
What are moment of inertia and its importance in civil engineering?
Is epiphyte succession influenced more by autogenic (i.e. competition, facilitation) or allogenic factors?
What is Collation Sensitivity ? What are the various type ?
What influences will the internet of things (IoT) have on monetary growth?
What are the three main tasks performed on a QlikView document?
What is method in java with example?
Explain custom jumpstart procedure?
What is expression tag in jsp?
Explain the use of the $.fn.bind and $.fn.trigger.
List two effects of manganese in plain carbon steels?
Mention the three levels for applying interceptor methods.