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 / vinod
hey guys but when main finishes its execution does it not return any value to the compiler that the main() executed successfully or not .
how will one know that main has executed successfully.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does calloc stand for?
What do you mean by a sequential access file?
What is a floating point in c?
What does a pointer variable always consist of?
How are variables declared in c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
How do we declare variables in c?
What is cohesion and coupling in c?
How to compare array with pointer in c?
What is the role of && operator in a program code?
What is a null pointer in c?
What is multidimensional arrays
What is the heap?
What is the use of linkage in c language?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?