Skip to main content

#What is function?

A Function is a self contained sub program that is meant to do some well defined task.

A function is also called procedure,subroutine,subprogram.It is suitable set of instruction which performs a task is called function.In another word small module of program is called function.

* Type of function
There are two type function
1.)Inbuilt/predefined/library function
printf()
scanf()
clrscr()
getchar()
getch()
putchar()
strcmp() etc...

2.) User defined function:- The user can create there own function for performing any specific task.

Three thing required to create user defined function are:-
a.) function definition
b.)function prototype
c.)function call
   

Comments

Popular posts from this blog

Important links

  Software Drive https://drive.google.com/drive/folders/1siws7oga-10wdlPhOdcjamlDH6wm0iE_?usp=sharing PPT Drive https://drive.google.com/drive/folders/1lNHhZ4_qlsyHrWA862DyBSvkF_J4YVp8 https://docs.google.com/document/d/1fo_4gFB4sgWfTBfZvK7qf0LP0y9ge1dH/edit

Python Practice questions

Reverse  Check substring in string  Armstrong no or not Palindrome  Table print  Power of the no Factorial