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

why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1527


What happens if header file is included twice?

663


find out largest elemant of diagonalmatrix

1653


What are qualifiers?

621


What is const keyword in c?

755






int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1134


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2661


What do you mean by recursion in c?

634


Explain indirection?

652


What are the advantages of using linked list for tree construction?

647


What are the types of i/o functions?

689


Explain the Difference between the New and Malloc keyword.

692


What is function and its example?

634


What is the purpose of void in c?

626


What is bss in c?

609