Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


What is c preprocessor mean?

0 Answers  


State the difference between realloc and free.

0 Answers   Aricent,


What is the difference b/w main() in C language and main() in C++.

7 Answers  


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


second highest number in a given set of numbers

3 Answers   TCS,


program that accepts amount in figures and print that in words

2 Answers   Infosys, Lovely Professional University, Wipro,


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


pascal triangle program

2 Answers  


Categories