Chapter - 12: Console Input-Output

Which function would you use if a single key were to be received through the keyboard?


C
Sections
2
Exercises

1. scanf( )
2. gets( )
3. getche( )
4. getchar( )


Ans: 2. getche()


© 2021 Garbage Valuegarbage value logo