Why does not use getgh(); and <conio.h> in c language.
Answers were Sorted based on User's Feedback
Answer / smriti patnaik
because getgh();function is declared and defined in conio.h
header file..
when we want to call the function we call it under conio.h
header file......
| Is This Answer Correct ? | 23 Yes | 11 No |
Answer / suhani
there is no need of conio.h for working of getch()
| Is This Answer Correct ? | 4 Yes | 19 No |
Explain the concept and use of type void.
Why array is used in c?
How can I write a function that takes a format string and a variable number of arguments?
What does c in a circle mean?
Is array name a pointer?
Write a C program to print 1 2 3 ... 100 without using loops?
What does == mean in texting?
Explain what is the benefit of using an enum rather than a #define constant?
how can write all 1to 100 prime numbers using for loop,if and break ?
Which programming language is best for getting job 2020?
write a program whose output will be- 1 12 123 1234
Where are the auto variables stored?