Search found 1 match

by Val
Thu Aug 25, 2011 4:11 pm
Forum: Volume 4 (400-499)
Topic: 401 - Palindromes
Replies: 196
Views: 58291

Re: 401- Palindromes

Why i keep getting Runtime Error??? Im going crazy whith this...
You guys have a clue? Please help me.
Here is my code.

# include <stdio.h>
# include <string.h>

int main()
{
char rev[]="JSEZL235AHIMOTUVWXY18";
char input[20], temp[20], c;
int i,j, cont, pos, aux;
while (scanf("%s", &input ...

Go to advanced search