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 / jagadeesh
0 sinc the t is not initialized.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
What is the merger sort principle and its time complexity.
how do i create my own exception class which will restrict IO exception?
Write a program to create a process in UNIX
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
What are the Short cut Keys of Tally ERP?
How to get the index of the clicked field in reports in ABAP?
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
What is ur porject Architecture? If anyone ask what i have to specify here..
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
What are two of your strengths that you will bring to our QA/testing team?
How do i find out the number of parameters passed into function?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
how can i create report in abap to insert data in table pa0002 using insert command