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
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is the difference between new and malloc functions?
Is it possible to execute code even after the program exits the main() function?
If you know then define #pragma?
What is the meaning of 2d in c?
What are the rules for identifiers in c?
What is strcpy() function?
What is data type long in c?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Explain how can you tell whether a program was compiled using c versus c++?
hi any body pls give me company name interview conduct "c" language only
What is the difference between a free-standing and a hosted environment?
How does pointer work in c?
What are identifiers c?