Search:

Type: Posts; User: amjad163

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,325

    @Swarvy #1) You really should read the sticky...

    @Swarvy

    #1) You really should read the sticky about using code tags.
    Thanks for the info. I will do the same from next time on.
    #2) You need to pass the address of your string into scanf (i.e....
  2. Replies
    5
    Views
    2,325

    ascii characters read/store/print help

    Hi I need to read ascii characters and store them. the following is the snippet of the code:

    char input[10];
    printf("enter userid");
    scanf("%s", input);
    printf("string entered is...
Results 1 to 2 of 2