main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(ā%dā,x);
}
Answer Posted / sathya
answer is 44
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is c system32 taskhostw exe?
What is unsigned int in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is volatile variable in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is operator precedence?
Is c high or low level?
Differentiate between functions getch() and getche().
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Write a factorial program using C.
Is it acceptable to declare/define a variable in a c header?
can any one provide me the notes of data structure for ignou cs-62 paper
What is the best way to store flag values in a program?
Is this program statement valid? INT = 10.50;
How can I trap or ignore keyboard interrupts like control-c?