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


Please Help Members By Posting Answers For Below Questions

write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2463


How can you call a function, given its name as a string?

724


What is bss in c?

615


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1530


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1325






What is double pointer?

565


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

657


What is a constant and types of constants in c?

608


Tell me what is the purpose of 'register' keyword in c language?

628


Is there a way to jump out of a function or functions?

650


How can I direct output to the printer?

831


in linking some of os executables are linking name some of them

1662


praagnovation

1789


Tell me what are bitwise shift operators?

666


What header files do I need in order to define the standard library functions I use?

545