1.

To store 100 integer number which of the following is good to use? Array or Structure. State the reason.

Answer»

Array is good to use.

Reasons:

1. All 100 numbers are integer type.

2. Array index helps to access the numbers quickly.



Discussion

No Comment Found