Search:

Type: Posts; User: marcelomdsc

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,121

    thank you daved. i think it means how that is...

    thank you daved.

    i think it means how that is represented by the actual computer in memory, in binary representation. (someone correct me if I'm wrong)
  2. Replies
    6
    Views
    1,907

    ...

    thanks Oldman47, I couldn't exactly understand how you were trying to solve it but what I ended up doing worked...here is the solution in case you wanna know...
    int n;
    char ch1;
    char ch2;

    n =...
  3. Replies
    6
    Views
    1,907

    Help solving this problem

    Given the declarations:
    int n;
    char ch1;
    char ch2;

    and given that n contains a two-digit number, translate n into two single characters such that ch1 holds the higher-order digit, and ch2 holds...
  4. Replies
    1
    Views
    1,059

    What are the results for these?

    Hi I'm not really sure how to solve this, if a system supports ten digits of precision for floating-point numbers, what are the results for the following computations?
    a. 1.4E+12 + 100.0
    b. 4.2E-8...
  5. Replies
    3
    Views
    1,121

    Number Conversions

    Hi, this is my first time posting to this forum so please let me know if I'm doing anything wrong.
    I would like to know how to do the following...
    a. Write the internal representation of “17” in...
Results 1 to 5 of 5