main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(ā%dā,x);
}
Answer Posted / akshay
66
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the importance of c in your views?
Explain Function Pointer?
write a program to find out prime number using sieve case?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Describe the difference between = and == symbols in c programming?
What are pointers really good for, anyway?
What is the difference between the = symbol and == symbol?
How to implement a packet in C
Should I learn data structures in c or python?
What is console in c language?
what is the different bitween abap and abap-hr?
Apart from dennis ritchie who the other person who contributed in design of c language.
How can I list all of the predefined identifiers?
Explain how can you check to see whether a symbol is defined?
What are enums in c?