1.

What is the difference between the two codes?

A. Code a initialises P as a character array while code b initialises Q as an integer array
B. Both P and Q will be integer arrays
C. Code b initialises P as a character array while code a initialises Q as an integer array
D. Both P and Q will be character arraysView Answer
Answer» B. Both P and Q will be integer arrays


Discussion

No Comment Found