int arr[] = {1,2,3,4}
int *ptr=arr;
*(arr+3) = *++ptr + *ptr++;
Final contents of arr[]
Answer Posted / vignesh1988i
1 2 3 5
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What is a #include preprocessor?
Is that possible to store 32768 in an int data type variable?
How is pointer initialized in c?
What is the condition that is applied with ?: Operator?
What is difference between structure and union in c programming?
What are the 4 types of programming language?
int i=10; printf("%d %d %d", i, i=20, i);
Write a program to use switch statement.
How many bytes is a struct in c?
Can i use “int” data type to store the value 32768? Why?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Explain the use of keyword 'register' with respect to variables.
How can you access memory located at a certain address?
Which is the best website to learn c programming?
in linking some of os executables are linking name some of them