Most viewed questions in Others

0 votes
0 answers
152
How to see my bookmark question ?
1 votes
1 answer
153
0 votes
2 answers
155
Which is the most valuable electronic commerce to the individual customer in long run ?Business to CustomerBusiness to BusinessCustomer to CustomerNone of the above
0 votes
1 answer
157
Runtime polymorphism can be achieved by:Accessing virtual function through the pointer of the base classAccessing virtual function through the objectThe derived classNone...
1 votes
2 answers
158
Repository of information gathered from multiple sources, storing under unified scheme at a single site is calledData miningMeta DataData warehousingDatabase
0 votes
1 answer
159
0 votes
1 answer
160
1 votes
1 answer
161
A test contains 100 true/false questions. How many different ways can a student answer the question on the test, if the answer may be left blank also.$^{100}P_2$$^{100}C_...
0 votes
1 answer
163
Which of the following statement is false?Every tree is a bipartite graphA tree contains a cycleA tree with $n$ nodes contains $(n-1)$ edgesA tree is connected graph
1 votes
1 answer
165
0 votes
1 answer
166
2 votes
1 answer
167
Match each Artificial Intelligence term in List-I that best describes a given situation in List-II :$\begin{array}{clcl} & \textbf{List-I} && \textbf{List-II} \\ \text{...
3 votes
1 answer
168
What is opinion on the difficulty level of Gate paper this year? In comparison to SET 1 and SET 2 of last year?Difficult than SET 1Equal to SET 1Between SET 1 and SET 2Li...
4 votes
1 answer
169
0 votes
1 answer
170
In C++, polymorphism requires :Inheritance onlyVirtual functions only References onlyInheritance, Virtual functions and references