MCQs > IT & Programming > C Programming > What will be the output of: #include void main() { char a[6] = 'Hello'; printf('%d', sizeof(a)); }

C Programming MCQs

What will be the output of: #include void main() { char a[6] = "Hello"; printf("%d", sizeof(a)); }

Answer

Correct Answer: 6

Explanation:

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

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it