Y
Hacker News
new
|
ask
|
show
|
jobs
by
TorKlingberg
3767 days ago
Sure, but I find it strange to use the ternary operator and discarding the value. It's not wrong, but I think most C programmers prefer a simple if statement.
1 comments
dcvuob
3767 days ago
I was giving an replacement for the if statement presented above, where both expressions are on the same line.
link