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 / arjun
none of options is answer...
so option (a)shud b lyk ..
a) its not necessary to return any value
n dis will b correct in case of return type of function is
void
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Is r written in c?
What is the total generic pointer type?
In C language what is a 'dangling pointer'?
Explain the use of keyword 'register' with respect to variables.
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is table lookup in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What are enumerated types?
What do you mean by keywords in c?
What is a list in c?
What is echo in c programming?
What is static and auto variables in c?
If fflush wont work, what can I use to flush input?
What is unsigned int in c?
Explain how does flowchart help in writing a program?