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

What is union and structure in c?

1173


Who is the founder of c language?

1131


What is static volatile in c?

992


write a program to print data of 5 five students with structures?

2013


Explain the advantages and disadvantages of macros.

1047


What is c language in simple words?

1028


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1038


Is c++ based on c?

1037


what is bit rate & baud rate? plz give wave forms

1926


How can a process change an environment variable in its caller?

1153


plz let me know how to become a telecom protocol tester. thank you.

2161


find out largest elemant of diagonalmatrix

2191


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

1111


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1257


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1879