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 / devendra kumar gupta
need not return any value
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Why does not c have an exponentiation operator?
What are header files and what are its uses in C programming?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is the difference between a string and an array?
Difference between goto, long jmp() and setjmp()?
List out few of the applications that make use of Multilinked Structures?
How is a structure member accessed?
What is the function of volatile in c language?
What are the benefits of c language?
What is a buffer in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
what are non standard function in c
how to capitalise first letter of each word in a given string?
What is %d used for?