Which of the following statements are correct?

A. char charArray[2][2] = {{'a', 'b'}, {'c', 'd'}};
B. char charArray[][] = {{'a', 'b'}, {'c', 'd'}};
C. char charArray[][] = {'a', 'b'};
D. char charArray[2][] = {{'a', 'b'}, {'c', 'd'}};


A. char charArray[2][2] = {{'a', 'b'}, {'c', 'd'}};

Computer Science & Information Technology

You might also like to view...

The term "database" has evolved from a specialized technical term into part of our everyday vocabulary. Please define database, database software, record, field, and relational database.

What will be an ideal response?

Computer Science & Information Technology

Design view displays a form's data and layout

Indicate whether the statement is true or false

Computer Science & Information Technology

When using a what-if analysis, you change values in spreadsheet cells to see the effects on calculated values of interest

Indicate whether the statement is true or false

Computer Science & Information Technology

For best performance of a communications channel, which of the following should be true?

A. bandwidth and latency should be low B. bandwidth should be low and latency high C. bandwidth should be high and latency low D. bandwidth and latency should be high

Computer Science & Information Technology