#include <stdio.h> #include <dir.h> int main(void) { int disk; disk = getdisk() + 'A'; printf("The current drive is: %c\n", disk); return 0; }