Crear actividad
Jugar Froggy Jumps
1. Low-level access to memory Language constructs close to machine instructions Used as a “machine-independent assembler”
A
C
B
C++
C
java
2. Systems programming Object-oriented programming (classes & inheritance) Programming-in-the-large (namespaces, exceptions) Generic programming (templates) Reuse (large class & template libraries)
A
C
B
C++
C
java
3. endl stands for
A
end lane
B
end line
C
end low
4. It increment by 1 and use the new value
A
++a
B
a++
C
a
5. use the value of a then increment a by 1
A
++a
B
a++
C
a