Description
c programming overview. The first line is the the #include directive. C program uses this directive to load external function library - stdio is c library which provides standard input/output. printf is a function which is declared in the header file called stdio.h
The next is the main function - the first entry point of all C programs. C program logic starts from the beginning of main function to the its ending.
And finally is the printf function which accepts a string parameter. The printf function is used to print out the message to the screen.
Type: ppt
Discussion
There are no more comments to show right now
Presentation Transcript
Your Facebook Friends on WizIQ