9. Read the function conv() given below
conv(int t)
{
int u;
u=5/9 * (t-32);
return(u);
}
What is returned
(a) 15 (b) 0 (c) 16.1 (d) 29
Answer Posted / ankush deshmukh
0 is the answer
The division of 5/9 is 0.5
Then 0.5*(t-32) is -31.5
So roundup of this is 0.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how can we implement locks in plsql?
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
how do i create my own exception class which will restrict IO exception?
how we can know the funcions available in a class recording java?
What is Negative testing?
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
what is class module in vb6? what it's use? with example..
difference between mantis and other tools?
Explain what is OOPS and its concepts?
What is BASIS
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
Have you used callsymputx? what points need to be kept in mind when using it?
1.what is the vesition managment.
what is web service in java? have u use before.
How to merge Action Form with Dyna Action Form in Struts.