View more random threads:
- what is the meaning of sibling?as it is mentioned in...
- What is the concept of having the data member of the same...
- what are instance variable in c++ ?
- What does hierarchy mean in concerned with Classes ?
- what is the difference between abstract class and concerete...
- Define calling function in c++ 2011
- Is there Any difference b/w Object Oriented ProgrAmming And...
- library dos.h in c++ 2011
- What is entity with respect to object oriented programming
- Dangling Pointers Explain in C++
Sponsored Links
function are like a subtask. They receive some information do some process and provide a result .function are invoked through calling program .The calling program does not need to know what the function is do and how its performing its task.
There is a specification function called methodology . The calling program call a function by giving some information and receive a result .
There are two categories of function
1 ) function that return a value
2 ) function that do not return a value
There are currently 1 users browsing this thread. (0 members and 1 guests)