Search:

Type: Posts; User: mindclouder

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,066

    well here is my code, but i can only get it to...

    well here is my code, but i can only get it to return 0 and not 1.
    int palindrome(char str[]);
    int main()
    {

    char str[20];

    int temp;
    int retval;
    printf("enter a string that is a...
  2. Replies
    3
    Views
    1,066

    strings again

    you guys are gonna start hating me real quick but im sorry i have another question. I'm trying to write a program that will notice if a string is a palindrome or not (probably spelled that wrong). ...
  3. Replies
    4
    Views
    1,122

    thank you very much guys! lots of help.

    thank you very much guys! lots of help.
  4. Replies
    4
    Views
    1,122

    how do i step through the string if the string is...

    how do i step through the string if the string is a char and to step through it i need an int, my compiler freaks out when i do this. Sorry to bug again but im pretty new to programming.
  5. Replies
    4
    Views
    1,122

    questions about strings

    how would i go about searching a string for a certain character and returning the amount of times it appears in the string? thanks to anyone that helps!
Results 1 to 5 of 5