Infomax Computer Academy
Report Bug
Qus : How can you declare an array of 10 floating-point numbers?
QusHow can you declare an array of 10 floating-point numbers?
A. float arr[10];
B. float arr(10);
C. float arr = [10];
D. array float arr[10];
Solution
A. float arr[10];
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others