Search:

Type: Posts; User: svetlana6167

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    1,848

    please help me i dont know how to use complier...

    please help me i dont know how to use complier...
  2. Replies
    14
    Views
    1,848

    my final questions i am new to c++

    1. printf("%d", 10*5/10); what is this result?

    2. printf("%d", 10+5-5); what is this result?

    3. a=d++ +(b=a); a=4,b=4,d=4 a=?

    4. c=a+ a++ - b--; a=4,b=4 c=?

    5. c=a+ ++a - b--; a=4,b=5 c=?
Results 1 to 2 of 2