Rules for Constructing Variable Names: C
Satish B
http://technotip.com/6181/rules-for-constructing-variable-names-c/
Rules for constructing variable names
First character in a variable name must be an alphabet or an underscore( _ ).
Variable name can have alphabet, digits and underscore.
No commas, space allowed in variable name.
No other special symbols other than underscore is allowed.
C variables are case sensitive. Ex: name and Name are two different variables.
C Programming: Beginner To Advance To Expert
http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=sICsPcrZhQw
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
5982083 Bytes