C Programming - Functions - Discussion
|
|
|
|
Read more:"Nothing in life is to be feared, it is only to be understood."
- Marie Curie
|
| 3. |
If return type for a function is not specified, it defaults to int |
Answer: Option D
Explanation:
True, The default return type for a function is int.
|
|
Sparsh said:
(Tue, Mar 12, 2013 10:32:32 AM)
|
|
| |
But everytime you declare function you have to specify that it is void, int or float.
How it can be int ? |
|
|