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
Write a program to show the change in position of a cursor using c
what is recursion in C
What is the use of linkage in c language?
What does == mean in texting?
What is the difference between Printf(..) and sprint(...) ?
What is an operator?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is the difference between break and continue?
Implement bit Array in C.
Explain why can’t constant values be used to define an array’s initial size?
What are two dimensional arrays alternatively called as?
What is the difference between array and structure in c?
What is difference between stdio h and conio h?
What is structure padding in c?