what is the use of getch() function in C program..
difference b/w getch() and getche()??
Answer Posted / venkatesh kr
getch() is use in c langauge for hold the screen.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Are the outer parentheses in return statements really optional?
In a byte, what is the maximum decimal number that you can accommodate?
What is the difference between local variable and global variable in c?
why return type of main is not necessary in linux
What is the newline escape sequence?
What are the types of bitwise operator?
What are called c variables?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Explain what are its uses in c programming?
What is a lookup table in c?
how do you programme Carrier Sense Multiple Access
Why do we use main function?
What are the advantages of union?
Explain how can I manipulate strings of multibyte characters?
Explain the array representation of a binary tree in C.