#define d 10+10
main()
{
printf("%d",d*d);
}

Answer Posted / raj

ans.

d*d will be replaced by 10+10*10+10

during runtime.

so answer is 10+100+10 = 120

Is This Answer Correct ?    88 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is dynamic data structure?

640


write a progrmm in c language take user interface generate table using for loop?

1571


What is the importance of c in your views?

586


Can include files be nested?

619


how to capitalise first letter of each word in a given string?

1424






What are global variables and how do you declare them?

610


How many levels of pointers can you have?

695


What does calloc stand for?

643


Explain what is the heap?

615


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1998


What is structure data type in c?

562


Which node is more powerful and can handle local information processing or graphics processing?

814


What will the preprocessor do for a program?

580


What math functions are available for integers? For floating point?

615


Why is void main used?

611