Computer Science, asked by arvindraj4146, 5 hours ago

How much memory will be allocated for an object of clas
class Employee
{
int employeeld;
int departmentId;
float salary;
char employeeName[10];
};​

Answers

Answered by KishanKumar0001
0

Answer:

32 bytes.

Explanation:

4 + 4 + 4 + 2 × 10

= 32 bytes.

Thank You For Asking.

Hopefully u appreciate my work and mark this as Brainliest.

Kindly Follow.

Similar questions