main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(ā%dā,x);
}
Answer Posted / neha
66
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
Why is c so powerful?
Explain the priority queues?
Write a program to reverse a string.
What is #line in c?
What does printf does?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Is c is a procedural language?
What is the purpose of 'register' keyword?
What is the use of a ā ā character?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Is c weakly typed?
When should the volatile modifier be used?
plz let me know how to become a telecom protocol tester. thank you.