Level 13
Level 15
6 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
{ and }
Which symbols start and end a block?
//
Which symbols begin a single-line comment?
Newline
What does "\n" stand for?
In the stdio library
Where is the printf function defined?
Return 0;
Finalizar ejecuci¾n, 0 es el valor de retorno
printf("My score: 50 Your score: 30");
Prints the following text on the Command Line Interface: My score: 50 Your score: 30