Why does not use getgh(); and <conio.h> in c language.
Answer Posted / 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 |
Post New Answer View All Answers
What kind of structure is a house?
What are derived data types in c?
What are qualifiers in c?
Why we write conio h in c?
What will the preprocessor do for a program?
What is the purpose of & in scanf?
what is the role you expect in software industry?
What is the difference between scanf and fscanf?
Is fortran still used in 2018?
Explain what is the stack?
can we change the default calling convention in c if yes than how.........?
Explain how to reverse singly link list.
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
Do you know what are bitwise shift operators in c programming?
Why do we use c for the speed of light?