Which of the following declare an array of 5 characters, and initializes them to some known values?

a. char array[5]={'a','b','c','d','e'};
b. char array[4]={'a','b','c','d','e'};
c. char array[5]={''};
d. char array[]={'a','b','d','e'};
e. A and C
f. B and D
g. all of the above

e. A and C

Computer Science & Information Technology

You might also like to view...

?A(n) _____ supersedes a browser's default styles and provides a consistent starting point for page design.

A. ?elastic layout B. ?content box C. ?fixed grid D. ?reset style sheet

Computer Science & Information Technology

How can you configure a router's banner?

What will be an ideal response?

Computer Science & Information Technology