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

Answer Posted / vivek shah

because
int range 32767 to -32768
200*200=4000;
so out of range

-255

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a number be converted to a string?

609


Is c is a low level language?

567


What is a example of a variable?

554


What is data structure in c programming?

575


What are qualifiers and modifiers c?

550






write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3342


Can we use any name in place of argv and argc as command line arguments?

610


Who developed c language?

643


Explain About fork()?

649


What is the difference between formatted&unformatted i/o functions?

618


Differentiate between null and void pointers.

634


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

605


How can I invoke another program or command and trap its output?

619


What do the functions atoi(), itoa() and gcvt() do?

726


List the variables are used for writing doubly linked list program.

1625