Why does not use getgh(); and <conio.h> in c language.

Answers were Sorted based on User's Feedback



Why does not use getgh(); and <conio.h> in c language...

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

Why does not use getgh(); and <conio.h> in c language...

Answer / sandeep

Check your question dude

Is This Answer Correct ?    0 Yes 0 No

Why does not use getgh(); and <conio.h> in c language...

Answer / suhani

there is no need of conio.h for working of getch()

Is This Answer Correct ?    4 Yes 19 No

Post New Answer

More C Interview Questions

Is it fine to write void main () or main () in c?

0 Answers  


what is ram?

3 Answers   TCS,


By using C language input a date into it and if it is right?

0 Answers   Aricent,


read an array and search an element

1 Answers  


Can a local variable be volatile in c?

0 Answers  






. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


What does %c do in c?

0 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


Is it possible to initialize a variable at the time it was declared?

0 Answers  


What is the deal on sprintf_s return value?

0 Answers  


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

0 Answers  


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

0 Answers  


Categories