Monday, May 24, 2010

C language built-in functions?

can anyone suggest a good site where i can find a list of different built-in function in c language??? (preferably with an example for each)





tnx in advance...

C language built-in functions?
By "built-in" you're probably referring to the standard C libraries. This site will probably help:


http://www-ccs.ucsd.edu/c/





It lists every function/macro by header file, and provides a concise explanation of each. It doesn't have examples for each function, but it still seems like an excellent reference.
Reply:One place to start may be Wikibooks. Most functions in C are usually written by the programmer, but if by built in functions you mean 'printf', or 'scanf' there should be quite a few examples on the internet. there should be a list of what is contained in the standard libraries such as stdio.h or math.h etc.


No comments:

Post a Comment