1
edit
Changes
m
→(Discussion: Indentation)
| MattAdams || Please only indent to 4 spaces. If we all use the same indenting, when it comes to putting our code together it will looks the same.
NOTE: Most text editors have the option to change tabs to spaces, so you are still able to press the tab key, however it will convert it to spaces when the file is saved.
|-
| Mziaei1 || I actually agree with 2 spaces more than 4 spaces. There was an example here before!!
main() {
for (i = 0; i <10; i++) {
printf("Hi!");
}
}
|-
|}
=== Put the pointer identifier(*) right after the target variable type. ===