Search:

Type: Posts; User: XantuVolo

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,240

    Ok I have not gone over strings yet. I am self...

    Ok I have not gone over strings yet. I am self studying so I just follow the chapters in this book. Thanks for the information.
  2. Replies
    2
    Views
    4,240

    scanf/printf char troubles

    When I run this and enter my name I get a single character output.

    char cName = '\0';

    printf("\n\tGreetings\n");
    printf("\nPlease tell us your name: ");
    scanf("%c", &cName);...
Results 1 to 2 of 2