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
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is variables in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Why we use stdio h in c?
ATM machine and railway reservation class/object diagram
FILE PROGRAMMING
What is clrscr ()?
Is int a keyword in c?
What is the difference between int main and void main?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Explain the red-black trees?
What is meant by high-order and low-order bytes?
What is build process in c?
Explain how do you use a pointer to a function?