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 |
implement general tree using link list
Is it possible to pass an entire structure to functions?
how can i print "hello"
Under what circumstances does a name clash occur?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Write the control statements in C language
Explain how can you tell whether two strings are the same?
Write a program in C to convert date displayed in gregorian to julian date
What are global variables and how do you declare them?
Write a program to generate random numbers in c?
write a program to print data of 5 five students with structures?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef