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 |
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
Why static variable is used in c?
What are header files why are they important?
Where define directive used?
Why c is called a middle level language?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
How many header files are in c?
What are the types of pointers?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
what is stack , heap ,code segment,and data segment
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;