pdf.css
Google


   


You are here: CodeIdol > C++ > Borland C++ Builder: The Complete Reference > page: 36 37 38 39 40 41 42 43 44 45 46


The general form of a C program is illustrated in Figure 1-1, where f1( ) through
fN( )
represent user-defined functions.
The Library and Linking
Technically speaking, it is possible to create a useful, functional C program that
consists solely of the statements actually created by the programmer. However, this
is rarely done because C does not contain any keywords that perform such things as I/O

10
B o r l a n d C + + B u i l d e r : T h e C o m p l e t e R e f e r e n c e
Global declarations
int main(parameter list)
{
statement sequence
}
return-type f1(parameter list)
{
statement sequence
}
return-type f2(parameter list)
{
statement sequence
}
.
.
.
return-type fN(parameter list)
{
statement sequence
}
Figure 1-1.
The general form of a C program
TE
AM
FL
Y





















































Team-Fly
®
You are here: CodeIdol > C++ > Borland C++ Builder: The Complete Reference > page: 36 37 38 39 40 41 42 43 44 45 46


ADBRITE ads links
   
Related tags







Popular Categories
Unix books and guides

AJAX popular information
C# language guides
Windows books and cookbooks

.......








Business Key Top Sites

be number one
rate your site




    С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.

    Русский Polski Francais Deutsch
    support sitemap terms

© CodeIdol Labs, 2007 - 2009