Topic awaiting preservation: C programming |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: QLD |
posted 03-02-2003 23:48
Hi - i am relativly new to c programming but i was wondering if anyone could help me out |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 03-03-2003 02:14
The fourth digit from the left or the right? (the "2" or the "1" in "2001"?) |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-03-2003 17:16
2001 % 10 will get you the last digit (the 1) |