Correct option is (a) Unsigned Int
The best explanation: The delayMicroseconds() function delays or pauses program execution for a certain amount of time. The return type here is unsigned int, which means basically a number of the int datatype without any plus or minus signs. This number here is denoted by microseconds.