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 |
Why void main is used in c?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
What is main function in c?
Which of these functions is safer to use : fgets(), gets()? Why?
What is the argument of a function in c?
Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
How can you increase the size of a statically allocated array?
wtite a program that will multiply two integers in recursion function
What is %g in c?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
What is the difference b/w Structure & Class?
diff between exptected result and requirement?