Re: OOT: Interesting C quiz
- Posted by Guillermo Bonvehi <knixeur at speedy.com.ar> Feb 17, 2004
- 470 views
It says it can display 21 - signs too, what about n = 21;? :P aku saya wrote: > > >OK, > >1. change i-- to n-- >2. change i<n to -i<n >3. change i<n to i+n (tricky!) >4. change i<n to ~i<n > >The question says there are at least 4 ways,, who knows there are >more...?? > >