Answer Posted / vrushali
This boils down to (10 +10 * 10 + 10)
so answer is 120 ... but if the same macro was rewritten as
#define d (10 + 10)
then d * d = (10 + 10 ) * (10 + 10)
= 20 * 20
= 400....
Pure macro concept....
| Is This Answer Correct ? | 15 Yes | 13 No |
Post New Answer View All Answers
can anyone suggest some site name..where i can get some good data structure puzzles???
Add Two Numbers Without Using the Addition Operator
Can you explain the four storage classes in C?
How was c created?
Can a pointer be volatile in c?
Why malloc is faster than calloc?
What are the different types of errors?
What are header files in c programming?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Is this program statement valid? INT = 10.50;
Why c is called procedure oriented language?
What is the right type to use for boolean values in c?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
How to establish connection with oracle database software from c language?
What is character set?