In this video, we will learn how to create ' press any key to continue ' in C++
Summary:
getch()- This function takes in an input and returns either the char or ascii value to the variable depending on the data type.
In this case, it used directly.
You need to include conio.h to access this function.