Search:

Type: Posts; User: minyoungan

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,909

    Whats the error in the code below? ...

    Whats the error in the code below?




    #include <stdio.h>
    #include <stdlib.h>
    #define MAX 3

    int intcmp(const void *v1, const void *v2);
  2. Replies
    3
    Views
    3,909

    Sorting the numbers

    Hello!! Its been two weeks since I started to study programming. I need to program that asks the user to input three numbers, and then outputs the numbers from the largest to the smallest. For...
  3. Replies
    2
    Views
    2,183

    I got it:) Thank you very much!! ...

    I got it:)
    Thank you very much!!




    #include<stdio.h>
    main()
    {
    double a, b, c;
  4. Replies
    8
    Views
    5,394

    Sorryyyyy it works just fine. sometimes the...

    Sorryyyyy it works just fine. sometimes the result shows as "0" I dont know why....
  5. Replies
    2
    Views
    2,183

    Using the (int) cast

    Hello,

    I solved some exercises on the textbook called A First Book of ANSI C by myself and really happy about that. I have a major problem with one exercise. It says i have to use the (int) cast,...
  6. Replies
    8
    Views
    5,394

    Thank you!! I use Dev-C++. Does it support...

    Thank you!! I use Dev-C++. Does it support unsigned long long int? I upgraded the data type to unsigned long int. It works perfect from 0 to 4,294,967,295. I tried with float but doesn't work at all....
  7. Replies
    8
    Views
    5,394

    Thank you:) I will keep those in mind.

    Thank you:)

    I will keep those in mind.
  8. Replies
    8
    Views
    5,394

    The Volume of The Swimming Pool

    Hello

    i am a newbie here and just started to study c.

    Is the source below correct?

    I know the maximum number is 4,294,967,295.

    but if i input random numbers sometimes it gives me wrong...
Results 1 to 8 of 8