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 |
Is it fine to write void main () or main () in c?
what is ram?
By using C language input a date into it and if it is right?
read an array and search an element
Can a local variable be volatile in c?
. 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
What does %c do in c?
What is a good way to implement complex numbers in c?
Is it possible to initialize a variable at the time it was declared?
What is the deal on sprintf_s return value?
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"
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me