Multiple choice technology programming languages

C++

  1. sin()

  2. kbhit()

  3. tmpnam()

  4. None of the Above

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

kbhit() is a non-standard conio.h function that checks if a keyboard key has been pressed. sin() is a math function from , and tmpnam() generates temporary file names from . Among these, only kbhit() is primarily associated with keyboard/input handling rather than general computation.