In C++
programming, function refers to a
segment that groups code to perform a specific task. Depending on whether a
function is predefined or created by programmer; there are two types of
function:
- Library Function in C++
- User-defined Function in C++
0 comments:
Post a Comment