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 is better oop or procedural?
Explain enumerated types in c language?
What is #define?
How a string is stored in c?
What are loops in c?
What is null in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Explain a pre-processor and its advantages.
How can I recover the file name given an open stream or file descriptor?
Find MAXIMUM of three distinct integers using a single C statement
What does *p++ do?
What is the size of structure in c?
What is the difference between NULL and NUL?
What are disadvantages of C language.
What is variables in c?