Why does not use getgh(); and <conio.h> in c language.
Answer Posted / suhani
there is no need of conio.h for working of getch()
| Is This Answer Correct ? | 4 Yes | 19 No |
Post New Answer View All Answers
What is binary tree in c?
Explain how can you avoid including a header more than once?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Is c procedural or functional?
explain what is a newline escape sequence?
What are qualifiers and modifiers c?
Why is C language being considered a middle level language?
What is the difference between union and anonymous union?
When c language was developed?
What does char * * argv mean in c?
What is string in c language?
Explain what are multidimensional arrays?
What is use of #include in c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is a pointer on a pointer in c programming language?