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 |
How can I remove the trailing spaces from a string?
Do you have any idea how to compare array with pointer in c?
How can I call a function with an argument list built up at run time?
Find MAXIMUM of three distinct integers using a single C statement
What are the functions to open and close file in c language?
give one ip, find out which contry
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
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
write a program fibonacci series and palindrome program in c
1 Answers Aditi Placement Service,
What kind of structure is a house?
How do you define a function?
Which is better malloc or calloc?