int arr[] = {1,2,3,4}
int *ptr=arr;
*(arr+3) = *++ptr + *ptr++;
Final contents of arr[]
Answer Posted / sachin
1 2 3 3
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is enumerated data type in c?
What is array in c with example?
Can true be a variable name in c?
Describe the modifier in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What do you know about the use of bit field?
Why c is called top down?
What is meant by realloc()?
can we have joblib in a proc ?
can anyone please tell about the nested interrupts?
What is the difference between text and binary modes?
List the different types of c tokens?
Can you think of a logic behind the game minesweeper.
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is zero based addressing?