Why does not use getgh(); and <conio.h> in c language.
Answer Posted / 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 |
Post New Answer View All Answers
What Is The Difference Between Null And Void Pointer?
What is equivalent to ++i+++j?
What are the uses of a pointer?
Why can't I perform arithmetic on a void* pointer?
how to construct a simulator keeping the logical boolean gates in c
What is union and structure in c?
Can we change the value of #define in c?
How to declare pointer variables?
What is wrong in this statement?
How can I send mail from within a c program?
Can stdout be forced to print somewhere other than the screen?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Is this program statement valid? INT = 10.50;
Is it better to use a macro or a function?
Write a program to print “hello world” without using semicolon?