You are not logged in.

#1 2015-09-11 05:48:05

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

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]


Failure is the first step towards seccess.

2015-09-11 05:48:05

Advertisement
Ads By Google

Re: Valid Array:



\n

Board footer