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

Answer Posted / hussain reddy

120

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is structure of c program?

597


How can I call fortran?

636


Is that possible to add pointers to each other?

892


What is the value of uninitialized variable in c?

562


Why is extern used in c?

607






What is nested structure?

567


What is bss in c?

594


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1477


How can I make sure that my program is the only one accessing a file?

673


What is getch() function?

640


What is indirection in c?

616


What's a good way to check for "close enough" floating-point equality?

617


Is c programming hard?

569


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1578


How can you be sure that a program follows the ANSI C standard?

1120