πŸ“Š C++
Q. Which of the following statements correctly declares an array?
  • (A) int [10]arr;
  • (B) arr{10};
  • (C) int arr[10];
  • (D) int arr;
πŸ’¬ Discuss
βœ… Correct Answer: (C) int arr[10];

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
200
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
86%
Success Rate