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
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is pointer & why it is used?
How will you divide two numbers in a MACRO?
Distinguish between actual and formal arguments.
How can I get random integers in a certain range?
Why main function is special give two reasons?
Process by which one bit pattern in to another by bit wise operation is?
What is the difference between printf and scanf )?
Subtract Two Number Without Using Subtraction Operator
Which is better malloc or calloc?
What are the advantages of using macro in c language?
What are volatile variables in c?
Write a code to generate divisors of an integer?
What is structure in c definition?
Write a program with dynamically allocation of variable.