main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(ā%dā,x);
}
Answer Posted / shiva
can you explain neha how ans is 66
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to delete a node from linked list w/o using collectons?
what do you mean by enumeration constant?
What are the benefits of c language?
What does == mean in texting?
What is wrong with this program statement?
What is structure padding and packing in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What are the uses of a pointer?
What are structural members?
Do character constants represent numerical values?
Can static variables be declared in a header file?
State the difference between realloc and free.
What is a substring in c?
Why use int main instead of void main?
What are pointers in C? Give an example where to illustrate their significance.