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
What is keyword with example?
What is the difference between āgā and āgā in C?
Can you explain the four storage classes in C?
What are the differences between new and malloc in C?
What is the c language function prototype?
How many bytes is a struct in c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Can we declare variables anywhere in c?
Give differences between - new and malloc() , delete and free() ?
Explain what are global variables and explain how do you declare them?
What are the advantages of using linked list for tree construction?
What is the size of empty structure in c?
What is the purpose of type declarations?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is malloc calloc and realloc in c?