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
Do you know the use of 'auto' keyword?
Explain modulus operator.
How can you increase the size of a dynamically allocated array?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Do character constants represent numerical values?
Differentiate between calloc and malloc.
Why is not a pointer null after calling free?
Which is the best website to learn c programming?
ATM machine and railway reservation class/object diagram
What do you mean by c what are the main characteristics of c language?
Calculate 1*2*3*____*n using recursive function??
What is nested structure in c?
What is the difference between āgā and āgā in C?
Explain argument and its types.
What is the difference between #include and #include 'file' ?