Search:

Type: Posts; User: carolbaskin

Search: Search took 0.00 seconds.

  1. Thread: HW

    by carolbaskin
    Replies
    2
    Views
    5,923

    HW

    This is a function prototype: void foo (double, double, char);
    Which of the following is a correct call for that function:

    a- ecsse = foo (3.2, 4.5 , ‘B’);
    b- foo (3.2, 12.5,...
  2. Thread: HW

    by carolbaskin
    Replies
    2
    Views
    4,766

    HW

    What does the following code displays? Assume string s1 is initialized to “dart” and string s2 is initialized to “Dart” . Assume complete program. I think it displays either 0,1,4 or 5


    int i =...
  3. Thread: Function

    by carolbaskin
    Replies
    3
    Views
    5,853

    got it all to work thank you

    got it all to work thank you
  4. Thread: Function

    by carolbaskin
    Replies
    3
    Views
    5,853

    Function

    The entire code does everything I want but I can not get the results function to work properly i know its a simple error probably something with brackets but I can not figure it out.

    this is the...
  5. Replies
    1
    Views
    4,215

    random number generator and function

    I know my code is very messy and there are alot of errors right now but i have about 3 more functions to create but im not quite sure about how to go about these. I am still learning C so any...
  6. Replies
    4
    Views
    5,847

    so would you recommend that i declare everything...

    so would you recommend that i declare everything and then for each switch statement only have one function for each one or what would be your best suggestion at attacking this problem, as I am trying...
  7. Replies
    4
    Views
    5,847

    so would you recommend that i declare everything...

    so would you recommend that i declare everything and then for each switch statement only have one function for each one or what would be your best suggestion at attacking this problem, as I am trying...
  8. Replies
    4
    Views
    5,847

    C programing Switch statement

    I am trying to make this code but i can not figure out how to call the functions i made within my switch statements. I have commented somethings out that I can not figure out what to do


    #include...
Results 1 to 8 of 8