Why is conio.h not required when we save a file as .c and
use clrscr() or getch() ?
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
How will you allocate memory to a double pointer ?
What do you mean by recursion in c?
write an algorithm to display a square matrix.
What is meant by gets in c?
what is the structure pointer?
What is the explanation for the dangling pointer in c?
Do you know pointer in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
How to delete a node from linked list w/o using collectons?
What is c programing language?
What is #include conio h?
What is difference between main and void main?