main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(ā%dā,x);
}
Answer Posted / neha
66
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
How many levels of indirection in pointers can you have in a single declaration?
What is a char in c?
How can you check to see whether a symbol is defined?
What is the process to create increment and decrement stamen in c?
How old is c programming language?
why wipro wase
What is d'n in c?
What is #include conio h?
When should a type cast be used?
What are unions in c?
List some basic data types in c?
given post order,in order construct the corresponding binary tree
can anyone please tell about the nested interrupts?
What is function and its example?
What is pointer to pointer in c with example?