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
Can we use visual studio for c?
What is the difference between printf and scanf )?
code for find determinent of amatrix
What is the difference between local variable and global variable in c?
How is actual parameter different from the formal parameter?
swap 2 numbers without using third variable?
Can you please explain the scope of static variables?
In c programming language, how many parameters can be passed to a function ?
Why is C language being considered a middle level language?
What are the back slash character constants or escape sequence charactersavailable in c?
What is linear search?
What is string function in c?
What is cohesion in c?
What is class and object in c?
What are the loops in c?