6. Identify the errors in the following code segment
Struct
int adm_no;
char name[20];
float marks=100;
};
Answers
Answered by
0
Answer:
Struct
int adm_no;
char name[20];
float marks=10.0;
}
Explanation:
for float the the number should be point decimal value so 10.0
Similar questions
Math,
4 months ago
Science,
4 months ago
Social Sciences,
9 months ago
Math,
1 year ago
English,
1 year ago
Social Sciences,
1 year ago