main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(ā%dā,x);
}
Answer Posted / kaveri
Can you explain how ans is 33
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Can a variable be both constant and volatile?
What is scope rule of function in c?
What does main () mean in c?
Can we declare variable anywhere in c?
What is difference between structure and union with example?
What does c mean in standard form?
What is the purpose of scanf() and printf() functions?
How do shell structures work?
Explain what is gets() function?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How to establish connection with oracle database software from c language?
What is main () in c language?
How is a pointer variable declared?
program to convert a integer to string in c language'
What is void pointers in c?