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

Answer Posted / mathuri

4

Is This Answer Correct ?    2 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the best way to comment out a section of code that contains comments?

722


Stimulate calculator using Switch-case-default statement for two numbers

2448


What is an arrays?

653


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

674


How can you return multiple values from a function?

634






Explain how do you list files in a directory?

618


Is c is a procedural language?

600


Why does everyone say not to use scanf? What should I use instead?

680


Apart from dennis ritchie who the other person who contributed in design of c language.

813


How can you be sure that a program follows the ANSI C standard?

1128


What is meant by inheritance?

634


What are qualifiers in c?

574


What is wrong with this program statement?

610


What is far pointer in c?

813


Do pointers take up memory?

657