Search:

Type: Posts; User: Darknahu

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    7,141

    I was able to solve it, thank you!

    I was able to solve it, thank you!
  2. Replies
    6
    Views
    7,141

    I tried this, still having problems: ...

    I tried this, still having problems:


    #include <stdio.h>
    #define TAMANIO 10
    void swit(char st);
    int main () {
    //int i;
    char str[TAMANIO];
    printf("Enter your weather - sunny -...
  3. Replies
    6
    Views
    7,141

    Can you help me?

    Can you help me?
  4. Replies
    6
    Views
    7,141

    problem with chars and function call

    Hello,I'm learning C and I've got a question. what is wrong with my code? I expect that the users enter sunny, cloudy, rainy and the program to pick the first letter. Then with that first letters fo...
Results 1 to 4 of 4