Resource Type | Posted On |
Will below statements will work or not? | Dec 21 |
Which of the following SQL statements will work? | Dec 21 |
Which statement(s) is NOT true about catch (…) statement? - Select option | Dec 08 |
Which of the following is not true about the code segment given below? | Jan 14 |
What is the output of the below code? | Dec 06 |
The statement int main() is a which statement | Nov 12 |
How does assembly versioning work? | Feb 26 |
How does CAS work? | Mar 15 |
How does .NET remoting work? | Sep 17 |
Will SELECT SUM(LASTNAME) FROM CHARACTERS query work? | Dec 21 |
Which clause works just like LIKE(%)? | Dec 21 |
How to make cout and cin working in Visual C++ | Oct 16 |
How to clrscr() function working in Visual C++ | Oct 16 |
Can you use ORDER BY on a column that is not one of the columns in the SELECT st... | Dec 21 |
Which statement(s) does not invoke the above template correctly? - Select option | Jul 18 |
Which of the following statement(s) is NOT true regarding the above code? sele... | Oct 05 |
Which of the following statement(s) is true according to the following statement... | Jan 13 |
What is the output of the below code 1? | Dec 03 |
Which is not associated with Object-oriented programming? | Feb 25 |
Object-based programming languages do not support | Nov 12 |
C++ does not support | Feb 25 |
Which of the following is not a keyword? | Aug 27 |
Write the equivalent C++ statement for the following expression | Dec 01 |
Which of the following statements is true about the function that contains the c... | Jan 15 |
Which is NOT true about Templates? - Select option | Oct 27 |
|
What is the output of the code mentioned below? - select option | Mar 05 |
What will be the output of the code mentioned below? | Jun 24 |
Which is NOT true about function objects? | Mar 09 |
Which interrupt is not level-sensitive in 8085? | May 01 |
Are triggers used with the SELECT statement? | Dec 21 |
What does streamline an SQL statement mean? | Dec 21 |
How do I know when my thread pool work item has completed? | Nov 20 |
Which of the following languages is not a procedure oriented programming... | Oct 16 |
Which of the following statements require the header file to be... | Nov 25 |
Which of the following is not a user-defined data type? | Jan 13 |
Identify the error, if any: double avg=tot/n; in this statement | Feb 15 |
Which of the following is not a member-dereferencing operator? | Nov 15 |
a = (b = 5); The C++ statement is an example of which option | Sep 26 |
Which of the following is NOT true about pure virtual function? | Mar 20 |
Which of the following is not true about member functions? | Jul 28 |
Which of the following is not true about static member variable? | Jul 25 |
Which of the following is not true about constructors and destructors? | Oct 28 |
Which of the following statements do correctly describe the characteristics of... | Dec 06 |
Which of the following statements are true about copy constructors? Select... | Jul 09 |
Which the following is true regarding the statement? const simple m(a,b); Se... | Sep 19 |
Which of the following statements do incorrectly describe the characteristics of... | Oct 18 |
Which is a correct description of the destructor ‘sample’ and includes output... | Sep 01 |
Which of the following is NOT true about virtual functions? | Aug 13 |
Which is not true about operator overloading? - select option | Oct 13 |
Which of the following statements does correctly describe the casting operator... | Apr 23 |