Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain goto?

1207


What is static memory allocation?

1250


What is the use of pointers in C?

1136


What is a void pointer? When is a void pointer used?

1108


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

1336


What is the hardest programming language?

1215


What is the use of clrscr?

1157


int i=10; printf("%d %d %d", i, i=20, i);

1700


Explain about C function prototype?

1143


All technical questions

2058


How does #define work?

1130


What is self-referential structure in c programming?

1284


What is NULL pointer?

1144


Difference between goto, long jmp() and setjmp()?

1236


Write a code to remove duplicates in a string.

1084