• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
Ques es el objecto cout
el objecto cout representa representa estandar dicho objecto se encuentra direccionado a la pantalla
tipo the objecto
donde se encuentra declarado el objecto cout
se encuentra declarado en el archivo de cabecera iostream
return
A return code of 0 for the main function is generally interpreted as the program worked as expected without any errors during its execution. This is the most usual way to end a C++ program.
<< endl;
indica que debe introducise un fin de linea
const int max
Las constatnates son muy similares alas variables, con la diferencia que a estas solo se les podra dar un valor al mommento de su declaracion luego cualquier intento de modificacion sera tomado como un error por parte del compilador
para que son las variables constantes