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

Answer Posted / ashok kumar

i=64/4*4;
i=16*4;
i=64


The final result is : 64

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program for Overriding.

688


Why do we need volatile in c?

744


main() { printf("hello"); fork(); }

697


Write the syntax and purpose of a switch statement in C.

629


Why void is used in c?

566






Explain the use of #pragma exit?

699


Explain what is wrong in this statement?

634


Describe how arrays can be passed to a user defined function

782


What are the preprocessor categories?

639


What is function what are the types of function?

560


write a proram to reverse the string using switch case?

2469


What is strcmp in c?

598


What is advantage of pointer in c?

695


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1122


What is pivot in c?

566