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 / seema choudhary

(a) Need not return any value
b'caz all statements has using the return type

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

c program to compute AREA under integral

2072


What is table lookup in c?

833


How many identifiers are there in c?

765


Why c is called free form language?

761


writ a program to compare using strcmp VIVA and viva with its output.

1763


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1621


Differentiate between the = symbol and == symbol?

921


What does %c do in c?

777


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1477


What is the meaning of 2d in c?

816


What are terms in math?

787


Explain argument and its types.

784


Is using exit() the same as using return?

919


Is there a way to jump out of a function or functions?

833


Is there sort function in c?

785