Search:

Type: Posts; User: imrahaseen

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,892

    printf("\n Which? + or - : "); // when the...

    printf("\n Which? + or - : "); // when the character input is shifted to the top it works fine..
    scanf("%s",&typ); //plus %c did not work.. compiler used is bcc32

    printf("\n Value...
  2. Replies
    6
    Views
    1,892

    Unexpected change of input values

    I tried a very simple code to add and subtract integer values using functions.
    The code is listed below. When the user inputs a value for the 2nd Integer (int b in this case) it is automatically...
Results 1 to 2 of 2