previous | start | next

Strings (Syntax 2.9 : Member Function Call)

Syntax 2.9 : Member Function Call

expression.function_name(expression1,expressioun2, ..., expressionn)
Example:
name.length()
name.substr(0, n - 1)
Purpose: The result of calling a function and supplying the values for the function parameters.

 



previous | start | next