Search:

Type: Posts; User: csmajor

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,183

    Thank you so much! Everything is working fine....

    Thank you so much! Everything is working fine. Can you please tell me where I can find more information on the %g. I have never used that before
  2. Replies
    10
    Views
    1,183

    Pointers

    I changed my code based on the prototype suggested. but results are still not right. My results are displaying sum = 1245036 and product = 1245040

    Code:



    #include <stdio.h>

    void...
  3. Replies
    10
    Views
    1,183

    I agree, this would be much simpler without the...

    I agree, this would be much simpler without the pointers but I have to use them
  4. Replies
    10
    Views
    1,183

    I do not understand what you mean. I am new to...

    I do not understand what you mean. I am new to using pointers. In this program I have to find the sum and product of two integers inputed by the user using the function prototype: void...
  5. Replies
    10
    Views
    1,183

    Help Using Pointers

    I have listed my code. My numbers are being read but the product and sum are not displaying the correct answer. What am I missing? Any suggestions?


    #include <stdio.h>

    void sum_product(int* x,...
Results 1 to 5 of 5