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 28566There are three bucket...Apple,Orange and Apple+Orange....On each Bucket one of the following labels are there..'A','O','A+O'...all this labels are not correctly patched on Bucket..identify which bucket contains What? You can not see bucket..u can pick any number of fruit from any basket...???
2631If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8145Post New Persistent Interview Questions
compact tasks and types?
Is pl sql and postgresql same?
What is go (golang) programming language?
How to set the reading order for paragraphs in a document?
Explain managing session state in windows azure?
what is the difference betweeen far pointer and near pointer
What is difference between c++ and c ++ 14?
Which transistor is used in each cell of eprom?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
What is join point in spring?
PLEASE ANY ONE READ THIS MESSAGE ANSWER ME AT MY EMAIL ID surendrasaroj18@gmail.com sir i am prepairing for section engineer exam taken by railway my branch is chemical engineering i want previous paper of chemical engineering of section engineer exam taken by railway. please answer me as soon as possible thankyou
Explain major differences between routing maintenance and major maintenance.
What is jaxm messaging models?
Explain the difference between external subroutine and subprogram?
Explain what are linq query expressions?