What is Conio.h ?
Answers were Sorted based on User's Feedback
Answer / deepak kumar dhurve
(Console Input Output Header File) used generally used in console based application both can be used ini a single header file,there are no problem using both header file in a single header file.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / wazid hussain
conio.h stands for consol input output . header file that reads input from input device and send output to the monitor....
| Is This Answer Correct ? | 3 Yes | 0 No |
write a c programme for add of two numbers with out use of arthematic operators
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
write a c program to find the sum of five entered numbers using an array named number
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
what is difference between null and nul in c language
What is a program flowchart?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What is #define size in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the purpose of main() function?