Created by Ariel Sanchez
over 8 years ago
|
||
Question | Answer |
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 |
Want to create your own Flashcards for free with GoConqr? Learn more.