what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / satnam
getch() is used in making the programme of password. by the help of getch() function whatever password is inputted by user is not displayed on a screen.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
List the difference between a "copy constructor" and a "assignment operator"?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Simplify the program segment if X = B then C ← true else C ← false
What is identifier in c?
Dont ansi function prototypes render lint obsolete?
explain what are pointers?
find out largest elemant of diagonalmatrix
what are the advantages of a macro over a function?
What is the difference between a string and an array?
What is the purpose of 'register' keyword in c language?
How are Structure passing and returning implemented by the complier?
What is New modifiers?
What are the two types of structure?
What is type qualifiers?
Explain union.