Back to Browse

Rules for Constructing Variable Names: C

2.9K views
Nov 4, 2019
2:14

http://technotip.com/6181/rules-for-constructing-variable-names-c/ Rules for constructing variable names 1. First character in a variable name must be an alphabet or an underscore( _ ). 2. Variable name can have alphabet, digits and underscore. 3. No commas, space allowed in variable name. 4. No other special symbols other than underscore is allowed. 5. 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/

Download

0 formats

No download links available.

Rules for Constructing Variable Names: C | NatokHD