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 / seema choudhary
(a) Need not return any value
b'caz all statements has using the return type
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Difference between MAC vs. IP Addressing
How can you find out how much memory is available?
Explain how do you determine a file’s attributes?
What are type modifiers in c?
Explain which function in c can be used to append a string to another string?
What is a char c?
What is a pointer in c?
Where are the auto variables stored?
Is main a keyword in c?
Why do we use return in c?
How does sizeof know array size?
What is a double c?
What is wrong with this program statement? void = 10;
Describe dynamic data structure in c programming language?
Why double pointer is used in c?