Function
tutorials in c programming language by examples
Definition of function in c
Why we should use the function?
Function naming rule in c:
Name of function includes only alphabets, digit and underscore.
First character of name of any function must be an alphabet or underscore.
Name of function cannot be any keyword of c program.
Name of function cannot be global identifier.
Name
No comments:
Post a Comment