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 / ramesh
Need not return any value
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
what is a function method?give example?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How can I swap two values without using a temporary?
What is a program flowchart?
What is null pointer constant?
What are the types of functions in c?
What are the general description for loop statement and available loop types in c?
List some basic data types in c?
What are c identifiers?
Explain what is wrong with this program statement?
Explain how do you use a pointer to a function?
what is the role you expect in software industry?
can we implement multi-threads in c.
Differentiate fundamental data types and derived data types in C.
Compare and contrast compilers from interpreters.