Search:

Type: Posts; User: ytrewq

Search: Search took 0.00 seconds.

  1. Thread: challenge...???

    by ytrewq
    Replies
    19
    Views
    2,269

    OK, from what you've said, I don't think you are...

    OK, from what you've said, I don't think you are required to set up a data structure. Try setting out in pseudocode what you need to do:
    take the number of students and set up a loop that will loop...
  2. Replies
    3
    Views
    1,986

    Ah, thank you, I had assumed that it was the same...

    Ah, thank you, I had assumed that it was the same in every C program.

    Funny, I swear earlier it was 2-byte...
  3. Thread: challenge...???

    by ytrewq
    Replies
    19
    Views
    2,269

    I think it is your teacher who is making you do...

    I think it is your teacher who is making you do the work for them to calculate your classes grades :P

    Really if they are setting you this sort of work you should have covered the basic aspects in...
  4. Replies
    9
    Views
    3,817

    qq: Is getch() just a shortened version of...

    qq: Is getch() just a shortened version of getchar()?

    edit: i realised i could just find out myself... no it isn't
  5. Replies
    3
    Views
    1,986

    Int data type size

    Very simple solution, I guess, (I am new to C) but when I use this:



    #include <stdio.h>

    main()
    {
    printf("Size of int data type: %d", sizeof(int));
    return 0;
Results 1 to 5 of 5