Rewrite the following set of statements using conditional operators.
int a =1, b ;
if ( a > 10 )
b = 20;
int a = 1, b , dummy;
a > 10 ? b = 20 : dummy =1;
Note that the following would not have worked:
a > 10 ? b = 20 : ;;
View answer Workspace Report Error Discuss
What lives in the winter dies in the summer?
An icycle, a hanging spike of ice formed by the freezing of dripping water forms due to cool in winter and dies in summer due to hot.
View Answer Report Error Discuss
Name the only US president who also served as the Chief Justice of the US Supreme Court.
Yeast used in making bread is a
Yeast used in making bread is a Fungus.
The flow of information through MIS is
The flow of information through MIS - Management Information System is Need dependent.
The backbone of any organization is Information. The information of MIS comes from both internal and external sources.
Which is the only snake that builds nests ?
"Welcome Each Rebuff" is the autobiography of
To drop a column that is used as a foreign key, first: