You are not logged in.
- Index
- » Quiz Questions
- » Valid Array:
- 0
Pages:: 1
#1 2015-09-11 05:48:04
Valid Array:
C Programming Quizzes C++ Placement
Question:
Which of the following are valid array declaration:
Option A):
int num(5)
Option B):
counter int[5]
Option C):
float avg[5]
Option D):
double[5] marks
Correct Answer is Option C):
float avg[5]
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-09-11 05:48:04
- Advertisement
- Ads By Google
Re: Valid Array:
\n
Pages:: 1