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 / nisha

dont give any anws without explanation..

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Function calling procedures? and their differences? Why should one go for Call by Reference?

639


Why structure is used in c?

600


What is binary tree in c?

626


What are qualifiers?

619


What is c variable?

556






Why is not a pointer null after calling free?

600


What is define directive?

644


Is fortran still used today?

608


Give differences between - new and malloc() , delete and free() ?

614


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

728


What is bash c?

562


What is the use of typedef in structure in c?

549


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4510


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

661


What is the difference between malloc calloc and realloc in c?

654