main()
{int a=200*200/100;
printf("%d",a);
}

Answer Posted / sreepal

-255

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features of the c language?

648


What are lookup tables in c?

550


What is the use of structure padding in c?

563


How does normalization of huge pointer works?

639


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3124






How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

614


Which driver is a pure java driver

993


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

678


What is the difference between fread buffer() and fwrite buffer()?

674


What is a c token and types of c tokens?

591


What is the maximum no. of arguments that can be given in a command line in C.?

668


What is the size of enum in c?

620


What is the use of static variable in c?

595


What is the role of && operator in a program code?

568


pierrot's divisor program using c or c++ code

1732