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