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
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
what is meant by life cycle of a business
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
what is the purpose of checked Menu options
Difference between delegates and Events?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
What is web.configuration? how is it work? & wht is use this?
when we use mantis? how learn mantis?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
code for connection from windows forms to sql server
What is the first message line that any language learning prints on the screen? and why?
what is an INI file?