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
When should the volatile modifier be used?
What are the advantages and disadvantages of pointers?
What is malloc calloc and realloc in c?
Does c have function or method?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Process by which one bit pattern in to another by bit wise operation is?
Is c is a procedural language?
What is a stream in c programming?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Explain setjmp()?
What are the 32 keywords in c?
Can we use any name in place of argv and argc as command line arguments?
What is assignment operator?
In C language what is a 'dangling pointer'?
write a program to generate address labels using structures?