Monday, May 24, 2010

What are the headers used in Turbo C?

I am a college student taking up Computer Science and honestly, i have no idea why i took this course. So im realy hoping you could help me on this one. tnx in advance

What are the headers used in Turbo C?
I'm not sure what you mean by "headers", but I'm going to guess you're talking about what we called header files or include files. Here's a couple of common ones:


- stdio.h


- stdin.h


- stdout.h


- string.h





Hope this is helpful!
Reply:i won't give u the direct answer...





but look in your turbo c folder.. see all the files with the extension "H"





also look at your programs , the first few lines are..





#include %26lt; ..................
Reply:The headers are from the C standard library. This is documented on the web. For example, http://cppreference.com


No comments:

Post a Comment