Computer Science, asked by rshbphn, 3 months ago

what is the return type

Answers

Answered by Anonymous
2

Answer:

In computer programming, the return type (or result type) defines and constrains the data type of the value returned from a subroutine or method. In many programming languages (especially statically-typed programming languages such as C, C++, Java) the return type must be explicitly specified when declaring a function.

Answered by JENIS999
0

Answer:

int

Explanation:

for int main( ) function return 0 is use.

Similar questions