Symbolic logic was discovered by ___________
View Answer Report Error Discuss
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
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.
"Welcome Each Rebuff" is the autobiography of
Yeast used in making bread is a
Yeast used in making bread is a Fungus.
Which is the only snake that builds nests ?
Which company has recently introduced 'Dura Technology' in building cars?
To drop a column that is used as a foreign key, first: