C++ Syntax Keyword

Descrição

Reserved words in C++. One side has Keywords. Other side has Details of use. PS cant use as part of identifier names.
Ariel Sanchez
FlashCards por Ariel Sanchez, atualizado more than 1 year ago
Ariel Sanchez
Criado por Ariel Sanchez aproximadamente 8 anos atrás
20
0

Resumo de Recurso

Questão Responda
asm Gives the ability to embed assembly language source code within a C++ program
auto (post c++11) auto evaluates intitializing proper type of variable based on value being assigned
bool variable type holding either a 0 or 1 to distinguish true or false
break used in within loops to release out of loop statement without processing next line WITHIN the loop and moves onto next line at the END of the loop statement (works with switch cases)
case the child keyword of switch statement declared as a per case outcome for instructions to perform
catch used with try block function as an exception handler for errors

Semelhante

HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Useful String Methods
Shannon Anderson-Rush
Historical Development of Computer Languages
Shannon Anderson-Rush
Flvs foundations of programming dba 2
mariaha vassar
Mapa Conceptual - Arreglos
ciroivan94
Vector
Ariel Sanchez
OOP Phase Test (Summer)
b3014292
CSC160 Final Project - Mastermind in C++
jsmith303
General questions on photosynthesis
Fatima K
Data Types
Jacob Sedore