11) What does delayMicroseconds() function return?
a. Signed int
b. Unsigned int
c. Both (a) and (b)
d. None of the above
Answers
Answered by
1
Answer:
Explanation:
B
Answered by
0
Option “B” is the correct answer that is Unsigned int.
• The function of delayMicroseconds() postpones or pauses program implementation for a specific amount of time.
• The type of return here is unsigned int, which means essentially a number of the int datatype lacking any plus or minus signs.
• The delayMicroseconds() function receives a single integer (or number) disagreement.
Hope it helped...
Similar questions