Check with these questions if you understood this document
If we want to read a line from keyboard and to print it on the screen
If we want to print the memory address where is stored the string char cadena[100];
, we will use:
We want to print the string
char string[30];
with the
printf
function: