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
c program to compute AREA under integral
What is table lookup in c?
How many identifiers are there in c?
Why c is called free form language?
writ a program to compare using strcmp VIVA and viva with its output.
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......
Differentiate between the = symbol and == symbol?
What does %c do in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the meaning of 2d in c?
What are terms in math?
Explain argument and its types.
Is using exit() the same as using return?
Is there a way to jump out of a function or functions?
Is there sort function in c?