C Programming For Beginner.
Monday, 6 April 2015
C function writing
Writing A Function
Function Definition Syntax
:
return_type
function_name
( Parameter List ) // Function Header
{ // Function Body Start
Local declaration ;
Statements ;
} // Function Body End
Sub Parts of Functions
:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment