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

What are the storage classes in C?

619


Explain what is wrong with this program statement?

618


What is the use of printf() and scanf() functions?

628


What is meant by type casting?

622


Explain about the functions strcat() and strcmp()?

596






"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

607


Is javascript written in c?

573


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

805


What is #error and use of it?

675


Write a program to swap two numbers without using third variable?

812


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1654


What are dangling pointers in c?

635


What are the differences between new and malloc in C?

607


Why structure is used in c?

585


write a program to generate address labels using structures?

4005