C++ Functions | Types | Inline Function | Recursion | C++ in Tamil
Functions allow to structure programs in segments of code to perform
individual tasks.
In C++, a function is a group of statements that is given a name,
and which can be called from some point of the program.
type name ( parameter1, parameter2, ...) { statements }
Functions with no type. The use of void
The return value of main
Arguments passed by value and by reference
Efficiency considerations and const references
Inline functions
Default values in parameters
Declaring Functions
Recursion
****************************************************************************
YouTube - / sriramasubramaniamnagarajan
Connect me @
instagram: / sriramasubramaniam
sololearn: https://www.sololearn.com/Profile/104...
PlayList:
MovieBuff - • Moviebuff
Hawkeye - • Hawkeye
PHP Tutorial : • PHP Tutorial
JavaScript Tutorial - • JavaScript Tutorial
Python Classes and Objects - • Python Classes and Objects
Python CSV - • Python CSV
C programming - • C Programming Language
Python Programming - • Python Programming
Python Programs - • Python programs
DataBase Concepts - • DataBase Concepts
canva - https://www.canva.com/join/simplified...
#C++Programming #Functions #Programming