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
Explain that why C is procedural?
What is keyword with example?
write a program to find out prime number using sieve case?
What is the difference between c and python?
What are the Advantages of using macro
What is wrong with this program statement? void = 10;
Explain what are compound statements?
What is the purpose of void in c?
What is the purpose of realloc()?
What are multidimensional arrays?
Are the variables argc and argv are local to main?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
how should functions be apportioned among source files?
Does c have class?
What is assignment operator?