Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //biblioteca padrão
- #include <stdio.h>
- //função principal
- int main(void){
- //variavel caractere
- char name[] = {'d','3','d','x','9','3','9','d','l','l'};
- //ta procurando o name? kkkkk
- printf("Name:");
- //meu laço
- for(int i = 0;i < 10; ++i){
- printf("%c", name[i]);
- }
- //pulando linha fodase kkk
- printf("\n");
- return 0;
- }
- //Sobre:
- //Aula: Introdução Strings
- //Data: 26/01/2021
- //Grupo: /r/heikoa
- //Referencia:
- //Video: www.youtube.com/watch?v=YaoW-c6pGTg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement