Computer Science, asked by ghoshrupsa02, 5 months ago

Write the return data type of the
following functions
(i) int x; float y; char c;
x + y *c​

Answers

Answered by kaustavjana29
1

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. Please Mark me as brainliest.

Attachments:
Similar questions