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 the size of enum in c?

608


How can I direct output to the printer?

803


Can you think of a logic behind the game minesweeper.

1999


What is openmp in c?

602


What is modifier & how many types of modifiers available in c?

596






What is malloc calloc and realloc in c?

651


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1578


What is a MAC Address?

621


Why c is faster than c++?

621


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1624


what is the difference between 123 and 0123 in c?

706


Differentiate fundamental data types and derived data types in C.

604


What is local and global variable in c?

608


Explain how many levels deep can include files be nested?

620


What is meant by type casting?

616