Search:

Type: Posts; User: grumpy

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,011

    It's not strictly C either, given the usage of...

    It's not strictly C either, given the usage of <conio.h> and getch() - neither of which are standard C. But I agree, in terms of library functions used (printf(), scanf()) it is closer to being...
  2. Replies
    5
    Views
    1,011

    The variable "result" inside calculate() is not...

    The variable "result" inside calculate() is not initialised, hence the garbage values.

    There is no inherent relationship between result in main(), result in DisplayBanner(), or result in...
Results 1 to 2 of 2