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 28557Post New Persistent C Code Interview Questions
When an ods is in 'overwrite' mode, does uploading the same data again and again create new entries in the change log each time data is uploaded?
What is alexa rank in seo?
What are the differences between batch gradient descent, stochastic gradient descent, and mini-batch gradient descent?
Why MapReduce uses the key-value pair to process the data?
What is the real-time system?
What are data integration tools?
What is the use of Computers in a Bank?
while creating order in am getting an error company was not supplied in function module interface how to resolve
How do you use automatic pga memory management with oracle 9i and above?
Can you explain about the cluster manager of apache spark?
what is a Listeners ?
What is the difference between JDBC 1.0 and JDBC 2.0?
Which is stronger, tungsten or titanium?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What are live connections in tableau?