You are not logged in.

#1 2015-05-26 10:07:20

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

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.

2015-05-26 10:07:20

Advertisement
Ads By Google

Re: Valid Array:



\n

Board footer