Please enable JavaScript.
Coggle requires JavaScript to display documents.
FUNCTION AND
ARRAY - Coggle Diagram
FUNCTION AND
ARRAY
What is Functions
-
Structure of a Function
-
-
Function Header
In the first line of the above code
int sum(int x, int y)
-
Types of Function
-
Predefined Function
The predefined functions used in the C standard library, and a
few of the non-standard functions, include:
User-defined function
-
-
-
-
specific, well-defined task.
-
Call by Value
-
-
-
In this case, changes made to
-
-
Call by Reference
-
-
-
In this method, the address of an
-
-
Inside the subroutine, the address is
-
-