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 is the difference between pure virtual function and virtual function?
How can I handle floating-point exceptions gracefully?
What do you mean by invalid pointer arithmetic?
What are the rules for identifiers in c?
Why do we need functions in c?
When a c file is executed there are many files that are automatically opened what are they files?
What are the back slash character constants or escape sequence charactersavailable in c?
What is #include stdio h and #include conio h?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is volatile c?
What is the maximum no. of arguments that can be given in a command line in C.?
What's the difference between constant char *p and char * constant p?
What is the explanation for cyclic nature of data types in c?
What is data structure in c programming?
What is the purpose of type declarations?