Why does not use getgh(); and <conio.h> in c language.
Answers were Sorted based on User's Feedback
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 |
Answer / suhani
there is no need of conio.h for working of getch()
Is This Answer Correct ? | 4 Yes | 19 No |
C program to perform stack operation using singly linked list
What are nested functions in c?
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
Calculate 1*2*3*____*n using recursive function??
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?
where does it flourished?
how to find sum of digits in C?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
In which layer of the network datastructure format change is done
Can a variable be both static and volatile in c?
Which driver is a pure java driver
Write a function to find the area of a triangle whose length of three sides is given