Advertisement
cjae123

ass

Sep 18th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. https://www.tutorialspoint.com/cprogramming/c_functions.htm
  2.  
  3. 1.) Syntax - return_type function_name( parameter list ) {
  4. body of the function
  5. }
  6.  
  7. 2.) Parameters - int max(int num1, int num2)
  8.  
  9. 3.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement