You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-05-26 10:07:20
Valid Array:
Question:
Which of the following are valid array declaration?
Option A):
char str1[0] = ab
Option B):
char str1[2] = ab
Option C):
char str1[3] = ab
Option D):
char str1[3] = abc
Correct Answer is Option C):
char str1[3] = ab
Failure is the first step towards seccess.
Offline
2015-05-26 10:07:20
- Advertisement
- Ads By Google
Re: Valid Array:
\n
Pages:: 1