Search:

Type: Posts; User: Sharmz

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    9,441

    Thanks everyone, I wish someone would answer my...

    Thanks everyone, I wish someone would answer my initial question please



    thanks a lot
  2. Replies
    15
    Views
    9,441

    No didn't work, sorry. I might have coded it...

    No didn't work, sorry. I might have coded it wrong but I just wrote what you said at the start of my program.
  3. Replies
    15
    Views
    9,441

    Here is a new code without goto! Yes! but it...

    Here is a new code without goto! Yes! but it always seems to generate 41 for me. I looked up ways to generate numbers and to make a limit but i can only find very complicated algorithms. I fixed the...
  4. Replies
    15
    Views
    9,441

    Yes Here is an easy guessing game that I made....

    Yes

    Here is an easy guessing game that I made. Please comment on it and how I could improve coding. Especially goto...:mad:


    #include<stdio.h>
    #include<stdlib.h>
    int main(void)
    {
    int...
  5. Replies
    15
    Views
    9,441

    Same old beginner question...

    Hello everyone.

    Yes I am asking the same old beginner question and I hope that you guys don't flame me for it. I am currently in my teens and just started to learn C. I have a lot of interest in...
  6. Replies
    9
    Views
    15,555

    Goto oh no....

    after the first post I resulted to goto but i know its a bad habit so I need to change it!! here is my program with goto


    next:
    do{
    printf("Magnum opus means great work. yes or...
  7. Replies
    9
    Views
    15,555

    I fixed up the comparison of the strings but...

    I fixed up the comparison of the strings but still am confused about the jumping. how is the goto used?
  8. Replies
    9
    Views
    15,555

    How to go back to parts of the program?

    Hello, Im new to this forum. Currently I am beginning to learn C and I have started a little quiz program and need help with one aspect of it


    #include<stdio.h>
    main()
    {
    int i;
    char...
Results 1 to 8 of 8