main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(ā%dā,x);
}
Answer Posted / mahesh
33
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
Explain the difference between ++u and u++?
What is the purpose of void pointer?
Compare and contrast compilers from interpreters.
What does the c in ctime mean?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Is stack a keyword in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
How do you convert strings to numbers in C?
What is malloc return c?
Is it valid to address one element beyond the end of an array?
How is null defined in c?
How will you find a duplicate number in a array without negating the nos ?
What are linked lists in c?
Is main is user defined function?
What is the significance of c program algorithms?