Programing in C Flashcards
Source-Preprocessor-___-Linkers-Execute
Compiler
___-Preprocessor-Compiler-Linkers-Execute
Source Code
Source Code-___-Compiler-Linkers-Execute
Preprocessor
Source Code -Preprocessor-Compiler-___-Execute
Linker
Source Code-Preprocessor-Compiler-Linkers-___
Execute
This provide supplementary information about the code or line statement/s
Comments
This provide instructions to the preprocessor
Preprocessor Directives
What is this called (//) and is within the line
Single-line comment
Can be at the end or embedded in a statement
Comments
This has an opening and closing, it has this (/* */)
Multi-line comment
This represent multiple characters enclosed with double quotation marks (“ “)
String Literals
This is collection of useful functions and symbols that mey be accessed by the program
Library
This always begin with #
Preprocessor Directives
This directive give a program access to library
include Directives
This always ends with (.h)
Library
Collection of useful functions and symbols that may be accessed by a program
Library
<stdio.h>
</stdio.h>
Input and output
This is case-sensitive
Identifiers
Predefined indentifiers reserve for specific purpose
Keywords
define ASCII
American standard code for information interchange
These are backslash character constans that helps manage the output of the program
Escape sequence
Give the two types of block
Function Block and Statement Block
Numeric literal that represent a number
Integer Literal
This use to show functions or exponents to the output
Float Literal
Mapping of characters to the identifying code value
Character Set
This doesn’t end with semicolon (;)
Compound Statement
This ends with a semicolon (;)
Expression
Teels the compiler the names of memory cells in a program. This is the existence of variable.
Declaration Statement
This allow execution of statement/s based upon decisions
Control Statement
This an override
Statement Block
Series of variable, operations, method or function calls
Expression