Example function call
#include <stdio.h>
main ( ) printf is the name of a
{ function in the stdio library
printf (“Hello World!\n”); this statement
} is known as
this is a string we are passing a function
as an argument to the printf function call
Previous slide
Next slide
Back to first slide
View graphic version