Search:

Type: Posts; User: Naze

Search: Search took 0.00 seconds.

  1. How do I print just word from a string and not numbers

    Lets a string contains "Hello 1 2 3 4 5"

    how do I print just Hello and not everything else.
    Is there a method to print until the space.

    I know I can print the first 5 characters with a loop,...
  2. Replies
    1
    Views
    2,281

    Count words in a string

    Hello,

    I'm looking for a way to count a specific word in a string, here's an example of what I've written



    char TextString[]="hello this is a test string, used used used to count specific...
  3. Replies
    2
    Views
    2,222

    Beginner: Help me compile this program

    Hello, I'm new to C programming, I came across a question asking to a compile a program, I dont know how to go about doing it, if anyone can write the code so I can learn from it, would be greatly...
Results 1 to 3 of 3