Computer Science, asked by bs5434001, 7 months ago

the default data type of the function is.........?​

Answers

Answered by topwriters
0

The default data type of function is Int

Explanation:

The question is incomplete. Please find the full question and solution below.

The default data type of function is...........?

1) Void

2) Int

3) Float

4) Char​

Solution:

We are required to declared the data type of a variable, so that we can restrict the type of data that it can store. Whenever a variable is defined in C++, the compiler allocates some memory for that variable. This allocation is based on the data-type with which it is declared. Each data type will require a different amount of memory.

The default data type for a C language function is integer. Int is the keyword used for integer data types. Integers typically requires 4 bytes of memory space and ranges from -2147483648 to 2147483647.

Option 2 is the answer.

Answered by kk3378852
0

Questions:

the default data type of function is ____?

Answer:

= the formula bar

Similar questions