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
Answers were Sorted based on User's Feedback
Answer / 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 |
Does free set pointer to null?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
array of pointer pointer to array pointer to pointer
What is the use of a conditional inclusion statement in C?
What is meant by errors and debugging?
What is the need of structure in c?
What is methods in c?
explain what are pointers?
What is a dynamic array in c?
What is the main difference between calloc () and malloc ()?
What is wrong with this initialization?
What is %g in c?