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 / mili
A.need not return any value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why header file is used in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Can you write a programmer for FACTORIAL using recursion?
What is bubble sort in c?
What is const keyword in c?
Explain the meaning of keyword 'extern' in a function declaration.
What are extern variables in c?
Explain what is dynamic data structure?
What is the difference between call by value and call by reference in c?
What are the 5 data types?
What is the difference between int main and void main in c?
What is the difference between volatile and const volatile?
What is const and volatile in c?
What is define directive?
Calculate 1*2*3*____*n using recursive function??