Answer Posted / raj
ans.
d*d will be replaced by 10+10*10+10
during runtime.
so answer is 10+100+10 = 120
| Is This Answer Correct ? | 89 Yes | 0 No |
Post New Answer View All Answers
What happens if header file is included twice?
what is the different bitween abap and abap-hr?
What does a function declared as pascal do differently?
Write a program to implement queue.
what are bit fields? What is the use of bit fields in a structure declaration?
How to create struct variables?
What is a const pointer?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is function and its example?
What are structure members?
What is the difference between int main and void main?
What is static and volatile in c?
What is meant by preprocessor in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Ow can I insert or delete a line (or record) in the middle of a file?