Week 2 Flashcards
In programming // means
Indicates the rest of the line is a comment
#
Preprocessor
int main ()
Declaration of a function
{ }
Indicate beginning and end
std::cout
Standard character output
«
Insertion operator
;
Marks the ends
All the elements in the standard c++ are declared within is called
Namespace
Is a sequence of one or more letters, digits or underscore characters
Valid identifier
Data types in c++ is divided into 3 parts
Primitive
Derived
User
These data types are built-in or predefined data types and can be used directly by the user to declare variables
Primitive data type
Data types derived from primitive
Data derived type
Data type defined by user itself
Abstract or user defined data type
It can store either true or false
Boolean
Type of data that can be stored
Data type