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

Answer Posted / deepak roniya

explanation 7 is right......i also run this program and the
result is -255

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean when the linker says that _end is undefined?

638


What is use of null pointer in c?

574


How do you search data in a data file using random access method?

842


What is ambagious result in C? explain with an example.

2061


Difference between strcpy() and memcpy() function?

686






What is volatile variable how do you declare it?

572


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4183


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1142


What is the purpose of the statement: strcat (S2, S1)?

646


Why do we use & in c?

597


Explain what is the benefit of using #define to declare a constant?

614


Explain how can you determine the size of an allocated portion of memory?

629


Explain what is gets() function?

639


What is strcpy() function?

662


Explain what is the advantage of a random access file?

670