MCQs > IT & Programming > Programming With C > Which sets of conversion statements may result in the loss of data?

Programming With C MCQs

Which of the following sets of conversion statements may result in the loss of data?

Answer

Correct Answer: int i;
char c;
c=i;
i=c;

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Programming With C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Programming With C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it