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
What do you mean by c what are the main characteristics of c language?
What are header files and explain what are its uses in c programming?
Explain do array subscripts always start with zero?
How can I sort more data than will fit in memory?
Explain the difference between malloc() and calloc() in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Can a void pointer point to a function?
int i=10; printf("%d %d %d", i, i=20, i);
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
C program to find all possible outcomes of a dice?
what is the difference between class and unio?
int far *near * p; means
What is the heap in c?
What is methods in c?
What is c++ used for today?