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 |
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
When was c language developed?
What is the difference between mpi and openmp?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
How to add two numbers without using semicolon at runtime
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Can 'this' pointer by used in the constructor?
write a program to generate address labels using structures?