Why we use conio h in c?



Why we use conio h in c?..

Answer / Suresh Kumar Singh

'conio.h' is a header file that provides console I/O functions like getch() and textcolor(). It is used when you want to perform simple input-output operations from the keyboard without using the standard library.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How can I remove the trailing spaces from a string?

1 Answers   Aspire,


Do you have any idea how to compare array with pointer in c?

1 Answers  


How can I call a function with an argument list built up at run time?

1 Answers  


Find MAXIMUM of three distinct integers using a single C statement

1 Answers  


What are the functions to open and close file in c language?

1 Answers  


give one ip, find out which contry

4 Answers   Google,


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

1 Answers  


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


write a program fibonacci series and palindrome program in c

1 Answers   Aditi Placement Service,


What kind of structure is a house?

1 Answers  


How do you define a function?

1 Answers  


Which is better malloc or calloc?

1 Answers  


Categories