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 |
Will Macros support multiple arguments ?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
How can I read a directory in a c program?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
How many parameters should a function have?
What is hashing in c?
What is the difference between printf and scanf in c?
what is function pointer?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the real time usage volatile?