際際滷

際際滷Share a Scribd company logo
Functions (2)
Functions (2)
These are the in- built functions of C library.
These are already defined in header files.
e.g. printf( ); is a function which is used to print
at output. It is defined in stdio.h  file .
Programmer can create their own function in C
to perform specific task
Advantages of function

More Related Content

Functions (2)

  • 3. These are the in- built functions of C library. These are already defined in header files. e.g. printf( ); is a function which is used to print at output. It is defined in stdio.h file . Programmer can create their own function in C to perform specific task