Search:

Type: Posts; User: Solarwin

Search: Search took 0.00 seconds.

  1. Replies
    22
    Views
    2,195

    I liked this way: Can somebody find my mistakes? ...

    I liked this way: Can somebody find my mistakes?


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

    main(void)
    {
  2. Replies
    22
    Views
    2,195

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <ctype.h>

    main(void)
    {
    int i=0;
    int cx=0;
    char ch;
  3. Replies
    22
    Views
    2,195

    I choosed third option.:) Try to enter number or...

    I choosed third option.:) Try to enter number or letter You will see the mistake then.:/


    #include <stdio.h>
    #include <stdlib.h>
    #include <ctype.h>

    main(void)
    {
    int i=0;
  4. Replies
    22
    Views
    2,195

    Nope, i wasn't planning on growing this.:) I...

    Nope, i wasn't planning on growing this.:)
    I dont have any other instructions.I think i have to add all of C Character Set these special characters. I was wondering if there is any way how to add...
  5. Replies
    22
    Views
    2,195

    oh yes,Thank you. So is this code ok now? There...

    oh yes,Thank you. So is this code ok now? There is no other option for "special characters"? I have to write one by another in every case " "?
  6. Replies
    22
    Views
    2,195

    I didn't understand whats wrong in line 9, but...

    I didn't understand whats wrong in line 9, but seems like it works anyway:)


    #include <stdio.h>
    #include <stdlib.h>

    main(void)
    {
    char ch,a,z,c;
  7. Replies
    22
    Views
    2,195

    These if loops doesnt work. Is there any other...

    These if loops doesnt work. Is there any other mistakes?
  8. Replies
    22
    Views
    2,195

    No, just this example above the task. 12299

    No, just this example above the task. 12299
  9. Replies
    22
    Views
    2,195

    Character program

    Hi there,
    I have to make c program that asks to enter a character and find out is it a number, letter or special character.:)

    Here is what i tried:


    #include <stdio.h>
    #include <stdlib.h>
    ...
Results 1 to 9 of 9