Why is conio.h not required when we save a file as .c and
use clrscr() or getch() ?
Answer Posted / kuldeep yadav
not only conio.h , also stdio.h we dont need while saving a
C program with the extension '.c'... but in recent turbo C
or borland C compilers only it's allowing , it may be to
reduce the time of typing these files to include rather
getting automatically included.....
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How can I call a function with an argument list built up at run time?
When should a far pointer be used?
What is the process to create increment and decrement stamen in c?
What is static memory allocation?
Who developed c language?
What are the rules for identifiers in c?
What are structure members?
Can we compile a program without main() function?
What is pragma c?
How do we open a binary file in Read/Write mode in C?
Explain the difference between getch() and getche() in c?
Explain what happens if you free a pointer twice?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are header files in c?
How can I do peek and poke in c?