![]() |
need help!
Is it possible to write "return" function inside a conditional operator? If yes please inform me how is it possible.
|
Re: need help!
Code:
x>1?1:fx(); |
Re: need help!
If you mean return keyword instead of return function, then:
Code:
if (error) return EOF; |
| All times are GMT +5.5. The time now is 15:16. |