Fundamentals Flashcards
1
Q
What is Int size in bytes
A
4
2
Q
What is float in bytes
A
4
3
Q
What is Double in bytes
A
8
4
Q
What is Char in bytes
A
1
5
Q
What are ASCII basics
A
48 - 0
57 - 9
65 - A
90 - Z
97 - a
122 - z
6
Q
What is Insertion Operation
A
cout
7
Q
What does the c mean in cout
A
console
8
Q
What is namespace
A
example std::
9
Q
What is scope Reslolution
A
::
10
Q
What are the two ways to print
A
cout,
using namespace std;