Question
Which declaration creates an integer array of size 5 in C/C++?
Select an option. Your answer will be checked instantly.
Correct Answer: A. int marks[5];
Explanation:
The correct answer is int marks[5];.
Leave a Reply