Why is conio.h not required when we save a file as .c and
use clrscr() or getch() ?
Answer Posted / vignesh1988i
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.....
and even we can type main() instead of void main() , it is
accepting with the warning.............
thank u
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is table lookup in c?
Why pointers are used in c?
What does sizeof int return?
How to explain the final year project as a fresher please answer with sample project
What is sorting in c plus plus?
diff between exptected result and requirement?
What is the difference between a free-standing and a hosted environment?
Can we use any name in place of argv and argc as command line arguments?
Write a program to generate the Fibinocci Series
Why clrscr is used after variable declaration?
What does c in a circle mean?
Why static variable is used in c?
What are the standard predefined macros?
What is the difference between text files and binary files?
What is function prototype?