Search:

Type: Posts; User: Skeletoon

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,912

    Post and pre incremement question

    Hello,

    I was just wondering how to do a post/pre increment question. I know how to do post and pre incremement but this question has another thing in it. Here is the code:



    int c;
    int a =...
  2. lol i changed the function prototypes to float...

    lol i changed the function prototypes to float from int and it works =P
  3. yeah im extremely new to this c programming stuff...

    yeah im extremely new to this c programming stuff and my teacher expects me to know everything all at once =P thanks pplz
  4. ok where it says printf("Enter the first...

    ok where it says
    printf("Enter the first complex numbers in the format a b: "); for the addition function
    i type 1.5 1.2
    then it prompts me to enter the second complex numbers,
    i type in 1.2 1.4...
  5. Need help with my code which can't calculate decimals properly

    This is my code for an assignment, i can do it myself but for some reason when i type in decimal numbers for a1, a2, b1, b2 the calculation is done but it doesnt give the right answer, need help,...
Results 1 to 5 of 5