What is true about the following
C Functions
a.Need not return any value
b.Should always return an integer
c.Should always return a float
d.Should always return more than one value.
Answer Posted / nisha
dont give any anws without explanation..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What tq means in chat?
what is a constant pointer in C
Explain what is the use of a semicolon (;) at the end of every program statement?
Why does notstrcat(string, "!");Work?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Explain about block scope in c?
What is echo in c programming?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Where does the name "C" come from, anyway?
What is the use of volatile?
Where are some collections of useful code fragments and examples?
How can you convert integers to binary or hexadecimal?
What is volatile keyword in c?
Differentiate abs() function from fabs() function.
What is the difference between ++a and a++?