Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
OOP344 20131-OOP344geeks
12 bytes added
,
22:21, 14 February 2013
→
Programming Style
----
C. '''Variable Naming'''
*
Variable name start with: First letter uppercase and rest are lowercase
e.g
* For Example
:
<syntaxhighlight lang="cpp">
int Age;
Divya Sharma
1
edit