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 28636Post New Persistent C Code Interview Questions
What does do in mysql?
What is the difference between the http servlet and generic servlet?
Write a program to reverse a single linked list.
What does ctrl f5 do in excel?
What is the difference between dictionary and directory?
Define dipole moment?
What is what if analysis in excel example?
Are you ready to relocate with your immediate family to United States as a new employee?
What is reportserver and reportservertempdb ?
How can we move to a particular frame in selenium?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What are all include taxation...? What is to be noted in the taxation...? Hints would be highly appreciated.
Explain about post activity?
Why are we using self as first argument?
What is SilverLight ? Can SilverLight run in other platforms other than window?