Search:

Type: Posts; User: thebhoy6

Search: Search took 0.01 seconds.

  1. Thread: scanf problem

    by thebhoy6
    Replies
    2
    Views
    1,319

    Cheers!!

    Cheers!!
  2. Thread: scanf problem

    by thebhoy6
    Replies
    2
    Views
    1,319

    scanf problem

    I am currently trying to learn C and have stumbled accross the following problem:


    double y = 7;
    scanf("%f",&y);
    printf("%f",y);

    The above code is really simple but it does not produce the...
Results 1 to 2 of 2