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 flag is used in c?
Tell me what is null pointer in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Explain how can a program be made to print the name of a source file where an error occurs?
What is meant by recursion?
Explain 'far' and 'near' pointers in c.
How to declare a variable?
What is #include stdlib h?
What does volatile do?
What does it mean when the linker says that _end is undefined?
What are keywords in c with examples?
What is c preprocessor mean?
How many types of operators are there in c?
Do you know pointer in c?
What is a scope resolution operator in c?