Search:

Type: Posts; User: Arzakon12589

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    4,509

    Hello, So are you saying that when the printf...

    Hello,

    So are you saying that when the printf prompt comes up, asking me my name and I type in John Doe and hit Enter, the computer is essentially doing the following:

    %s = John
    1st %d = ' '...
  2. Replies
    7
    Views
    4,509

    Beginner practice, scanf

    Hello,

    I cannot figure out why, whenever I use the scanf function more than once, it never "executes" more than once. I will have three questions that require input from the user, but only the...
  3. Replies
    4
    Views
    3,046

    Thank you for the reply. I'm just curious as to...

    Thank you for the reply. I'm just curious as to why the compiler states "expected expression before float" because that to me says there's nothing wrong with having float itself there, but you're...
  4. Replies
    4
    Views
    3,046

    Beginner practicing

    This is an example of an error that I get on most code that I just don't understand.

    Here's the code:


    #include <stdio.h>
    #include <stdlib.h>


    float convert (float f);
Results 1 to 4 of 4