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
Explain low-order bytes.
What is the difference between the expression “++a” and “a++”?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Tell me the use of bit field in c language?
Is c is a low level language?
Which built-in library function can be used to match a patter from the string?
Suggesting that there can be 62 seconds in a minute?
What is the use of sizeof?
What are the different properties of variable number of arguments?
What is the equivalent code of the following statement in WHILE LOOP format?
Why should I prototype a function?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Do you have any idea how to compare array with pointer in c?
What is the difference between constant pointer and constant variable?
What is the difference between if else and switchstatement