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 / guest

{1,2,3,4}

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are binary trees?

1137


Do you have any idea about the use of "auto" keyword?

1135


What are identifiers in c?

1243


What type is sizeof?

1090


Why main function is special give two reasons?

1607


Define circular linked list.

1084


Explain how do you view the path?

1224


What is oops c?

1348


How will you divide two numbers in a MACRO?

1190


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1269


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2758


Is c procedural or object oriented?

1092


How is = symbol different from == symbol in c programming?

1107


Why do we use stdio h and conio h?

1136


what is recursion in C

1119