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



Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?..

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

Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?..

Answer / 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

More C Interview Questions

what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


How can you pass an array to a function by value?

0 Answers  


What does calloc stand for?

0 Answers  


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,






Explain about block scope in c?

0 Answers  


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

0 Answers   XYZ,


every function has return the value?

1 Answers  


What is a buffer in c?

0 Answers  


Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


Categories