Functions in C++ Tutorial
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Tutorial Detail
Functions in C++ Tutorial
A function is a self-contained block of statements that performs a coherent task whenever it is called.http://www.onlinehowto.net/Tutorials/C++/Functions-in-C++/43/1
Total Hits: 4199
Total Votes: 172 votes
Category: C and C++/Basic Concepts
Submitted on: 2008-04-16 01:41:23
Submitted By: Shekhar
Description:
A function is a self-contained block of statements that performs a coherent task whenever it is called. Once a function has been written to play a particular role, it can be called upon repeatedly throughout the program. The general form of a function is shown above, where the type_specifier specifies the type of the data that the function returns.The parameter list is a comma, seperated by list of variable names and their associated types that receives the values of the arguments when the function is called. More detail...Rating Detail
| Stars | Percentage | Total Vote |
|---|---|---|
![]() |
![]() ![]() 16.86% |
29 |
![]() ![]() |
![]() ![]() 16.28% |
28 |
![]() ![]() ![]() |
![]() ![]() 16.28% |
28 |
![]() ![]() ![]() ![]() |
![]() ![]() 16.28% |
28 |
![]() ![]() ![]() ![]() ![]() |
![]() ![]() 18.02% |
31 |





16.86%

16.28%

16.28%

16.28%

18.02%