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
Explain the meaning of keyword 'extern' in a function declaration.
Explain how do you generate random numbers in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is clrscr ()?
How are Structure passing and returning implemented by the complier?
What is null pointer in c?
Explain what is the stack?
Was 2000 a leap year?
Is this program statement valid? INT = 10.50;
What are inbuilt functions in c?
What is call by reference in functions?
What is the difference between far and near ?
How can I determine whether a machines byte order is big-endian or little-endian?
How a string is stored in c?
Is stack a keyword in c?