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 |
Is register a keyword in c?
Which command is more efficient? *(ptr+1) or ptr[1]
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
main() { printf("hello%d",print("QUARK test?")); }
how to add our own function in c library please give details.?
What is the difference between break and continue?
Why structure is used in c?
What is 2c dna?
What is typedef struct in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Can we access the array using a pointer in c language?