Home
|
NovaMind Home
|
Friends
|
0 New Messages
|
Profile
|
? Help
Login
|
Sign Up
Search:
Mind Maps
People
Subscribe
Object Code
C Programming Language
>
C Compiler
>
Stages
>
Source Code
>
Compiler
>
Branch Note:
Code that has been compiled
Attached text:
3
Map Branches
Properties
Case Sensitive
Procedural
Crossplatform
Stages
Source Code
Compiler
Object Code
Parts
Compiled Code
Precompiled Code
Also Called Machine Language
Linker
Application
Function
Detects Syntax Errors
Does not Detect Semantic Errors
coding Habits
Commenting
\\....
\*...*\
White space
blank Line
Variable declaration and rest of code
Single spaces
parenthesis()
start Variable names with lowercase character
Start Function names with upper care Character
Use Camel Casing for naming
code optimization
empty loops
loops without any statements to execute
compiler eliminates loops containing just a semicolon in the statment
disadvantages
can lead to unwanted side effects
can be turned off
Comments
►
0 branch comments of 0 total for this map and 0 for the whole document
You must be logged in to post comments