Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

int arr[] = {1,2,3,4}
int *ptr=arr;

*(arr+3) = *++ptr + *ptr++;

Final contents of arr[]

Answer Posted / vignesh1988i

1 2 3 5

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between declaring a variable by constant keyword and #define ing that variable?

3445


Not all reserved words are written in lowercase. TRUE or FALSE?

1284


What is c programing language?

1138


What are the characteristics of arrays in c?

1107


Who invented b language?

1476


Can a pointer point to null?

1123


What is static identifier?

1283


What are the disadvantages of c language?

1261


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

10254


Explain what are bus errors, memory faults, and core dumps?

1319


What is union and structure in c?

1294


How do I read the arrow keys? What about function keys?

1154


What is huge pointer in c?

1146


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3376


Linked lists -- can you tell me how to check whether a linked list is circular?

1138