Computer Science, asked by harshsg4118, 1 year ago

The default return data type in function is
a) void
b) int
c) float
d) char

Answers

Answered by BrainlyTech
7

The answer is A

im positive about my answer but if im not let me know.

:)

HOPE THIS HELPED

FEEL FREE TO MARK AS BRAINLIEST


BrainlyTech: Sorry that I said b lol but yea its void
Answered by smartbrainz
24

The default return data type in function is int

Answer: Option (b)

Explanation:

The default return data type in a function is int. In other words commonly if it is not explicitly mentioned the default return data type of a function by the compiler will be of an integer data type.

If the user does not mention a return data type or parameter type, then C programming language will inevitably make it an int.

Similar questions