What will the following statement do in C Programing language?

Quotient=(b==0) ? 0: (a/b);/*a,b,andquotient are ints*/
lae4384
Asked May 06, 2010

TIP: If it's not your answer to this question, please click "Leave a Comment" button under the question to communicate with the question owner.

Categories