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

how to find binary of number?

3418


What is new line escape sequence?

805


How many parameters should a function have?

661


What is the difference between fread and fwrite function?

634


What is the basic structure of c?

551






What is a floating point in c?

598


What is merge sort in c?

640


What is a list in c?

612


When should the volatile modifier be used?

677


hi any body pls give me company name interview conduct "c" language only

1661


explain what are pointers?

615


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2736


Is stack a keyword in c?

632


What is typeof in c?

601


What is the meaning of c in c language?

592