A composite attribute is which of the following?
View Answer Report Error Discuss
Symbolic logic was discovered by ___________
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
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: