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 %g in c?
If errno contains a nonzero number, is there an error?
What are different types of operators?
What is meant by recursion?
simple program of graphics and their output display
What does c mean before a date?
What are the key features in c programming language?
What is the difference between mpi and openmp?
Write a program to swap two numbers without using third variable in c?
What is wild pointer in c with example?
What is the significance of an algorithm to C programming?
What is a void pointer? When is a void pointer used?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Why pointers are used?
Which of these functions is safer to use : fgets(), gets()? Why?