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
What is union and structure in c?
Who is the founder of c language?
What is static volatile in c?
write a program to print data of 5 five students with structures?
Explain the advantages and disadvantages of macros.
What is c language in simple words?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Is c++ based on c?
what is bit rate & baud rate? plz give wave forms
How can a process change an environment variable in its caller?
plz let me know how to become a telecom protocol tester. thank you.
find out largest elemant of diagonalmatrix
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..