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 / ani
b . should return a value
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
What should malloc() do?
What is the size of structure pointer in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
How can variables be characterized?
What are the keywords in c?
How can I avoid the abort, retry, fail messages?
What is the difference between break and continue?
Why shouldn’t I start variable names with underscores?
In a switch statement, explain what will happen if a break statement is omitted?
hi send me sample aptitude papers of cts?
Explain what is the difference between far and near ?
What is the difference between arrays and pointers?
Why doesn't C support function overloading?
Write a program to print “hello world” without using semicolon?