c program structure is as follows:
(header file)
header file is a form of libraries to call a certain function
For example:
# include,
# include
(data dictionary)
data dictionary to determine the type function that will be used
For example:
int x; / * means that the function x is an integer (Numbers rounded) * /
float y; / * y is a float means fingsi (Num. real) * /
(loss program)
all the contents of any agency program here
beginning of the body programs are:
int main () / * This is the main menu program body * /
{/ * this is a function...