| Chad Austin ( @ 2003-11-05 12:43:00 |
Good Interview Question
if (-1 < 10U) {
foo();
} else {
bar();
}
Which function is called? (pssst. no cheating with the help of your compiler.)
| Chad Austin ( @ 2003-11-05 12:43:00 |
if (-1 < 10U) {
foo();
} else {
bar();
}
Which function is called? (pssst. no cheating with the help of your compiler.)