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

helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


What is wrong with this initialization?

0 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


what is a stack

6 Answers  


Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

2 Answers   Oracle,


what is an ERP?

2 Answers   Infotech,


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


What is a sequential access file?

0 Answers  


What is the difference between ‘g’ and “g” in C?

1 Answers  


What are the uses of null pointers?

0 Answers  


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


Categories