Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C++ by diego ( 15 years ago )
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

void main (void)
   {
   int=i;
   char frase[100];
   scanf("%s",&frase;);
   i=strlen(frase)-1;
   while(i)
      {
       printf("%c",frase[i]);
       i--;
      }
   }

 

Revise this Paste

Parent: 36269
Your Name: Code Language: