Multiple choice

Which function is used to get the drive number of disk?

  1. A setdisk

  2. A getdisk

  3. A namedisk

  4. A returndisk

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The function getdisk( ) returns the drive number of current drive. The drive number 0 indicates 'A' as the current drive, 1 as 'B' and so on.