Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

C/C++ Notes 1. bits 2.byte 3. binary system 4. data 5. command 6. algorithm 7. program 8. variable 9.

character strings Constant Data type : integers, floating point, characters Bug / debugging File / binary file Compiler Linker

Indentation the spacing in programming to make it clear and to have a legible look

Commands /* */ - command for comments [applicable for more than a line]

// - for a one line comment, automatically terminate at the end of the line

You might also like