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

C program to perform stack operation using singly linked list

3 Answers  


What are nested functions in c?

0 Answers  


write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables

2 Answers   TCS,


Calculate 1*2*3*____*n using recursive function??

0 Answers  


I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?

2 Answers  


where does it flourished?

0 Answers   Microsoft,


how to find sum of digits in C?

21 Answers   CTS, Infosys,


Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


Can a variable be both static and volatile in c?

0 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


Categories