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
Is c is a low level language?
Why is event driven programming or procedural programming, better within specific scenario?
What are the complete rules for header file searching?
What are global variables and how do you declare them?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
#include
Why are all header files not declared in every c program?
Which are low level languages?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are compound statements?
What is a good data structure to use for storing lines of text?
write a program to display all prime numbers
Why clrscr is used after variable declaration?
Explain how can I convert a number to a string?
Explain built-in function?