21. #define square(x) x*x
main()
{
int i;
i = 64/square(4);
printf("%d",i);
}

Answer Posted / rocker1198

Its 64/(4*4)
ans is 4

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3144


what are bit fields? What is the use of bit fields in a structure declaration?

1499


How can I manipulate strings of multibyte characters?

639


How can I find the modification date of a file?

705


How can I call fortran?

643






How is a structure member accessed?

585


Why is c called c not d or e?

615


Is array a primitive data type in c?

579


How was c created?

589


What is type qualifiers?

663


Should a function contain a return statement if it does not return a value?

598


Write a program to implement queue.

666


Do you know pointer in c?

593


Is main is user defined function?

597


Which driver is a pure java driver

993