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 are the advantages of a macro over a function?
What is the process to generate random numbers in c programming language?
Is anything faster than c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
List some applications of c programming language?
Write a program to show the change in position of a cursor using c
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
why we wont use '&' sing in aceesing the string using scanf
What header files do I need in order to define the standard library functions I use?
How would you rename a function in C?
find out largest elemant of diagonalmatrix
How are Structure passing and returning implemented by the complier?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is difference between function overloading and operator overloading?