Code:
 char text[]="Hallo";
  char *ptr = text;
  while (*ptr) {

    printf("%c",(*ptr)-7);
    ptr++;
  }
sowas ?

Ohne Garantie auf Erfolg...

Gruß Sebastian