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
What are the 5 elements of structure?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is strcmp in c?
How can I swap two values without using a temporary?
Can you please explain the difference between exit() and _exit() function?
Explain the properties of union.
Are bit fields portable?
By using C language input a date into it and if it is right?
How arrays can be passed to a user defined function
How do I get a null pointer in my programs?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Explain high-order bytes.
Why doesn't C support function overloading?
will u please send me the placement papers to my mail???????????????????
What is the purpose of void pointer?