fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. char texto[] = "GostoDeVoce";
  5. int i = 0; //size_t é mais correto ,mas deixei int para facilitar
  6. while (texto[i] != '\0') printf("%c", texto[i++] + 1);
  7. }
  8.  
  9. //https://w...content-available-to-author-only...m.br/maniero/2d80a58b-bd6e-4c11-8dbd-54e72734b818
Success #stdin #stdout 0s 5544KB
stdin
Standard input is empty
stdout
HptupEfWpdf