Resource Type | Posted On |
Which of the following is true about new operator? | Oct 16 |
Which of the following is true about scope resolution operator? | May 06 |
Which of the following operators cannot be overloaded? | Feb 11 |
The insertion operator is another name for which operator | Sep 16 |
Which of the following is true about pointers? | Jul 03 |
Which of the following statements is true about the function that contains the c... | Jan 15 |
Which is not true about operator overloading? - select option | Oct 13 |
What are the new features of .NET 2.0? | Mar 25 |
What are the new 2.0 features useful for? | Jan 31 |
What's new in the .NET 2.0 class library? | Oct 25 |
What are the new features in C# 2.0? | Aug 28 |
What's new in C# 3.0? | Nov 26 |
Which of the following statement(s) is true according to the following statement... | Jan 13 |
Which of the following is not a member-dereferencing operator? | Nov 15 |
Why am I getting an InvalidOperationException when I serialize an ArrayList? | Dec 13 |
Which of the following statements does correctly describe the casting operator... | Apr 23 |
Which of the following operators cannot use friend functions for overloading? | Nov 17 |
Which overloads a unary minus operator and returns no values - Select option | Mar 21 |
Operator Overloading is also known by the term | Jan 07 |
Operator overloading is necessary because - select option | May 22 |
The term operator overloading in C++ refers to | May 09 |
Which operator does represent concatenation assignment? | Feb 24 |
Write expression using operator keywords for (a!=b) > (~(a & b)&=(a^b)) | Dec 15 |
Which of the following is true about object-oriented analysis (OOA) approach? | Dec 15 |
Which of the following is true about code in description? - Select option | Nov 01 |
|
Which one of the following options is true on the topic of Simula67? | Nov 21 |
Which of the following is true about a function call in a C++ program? | Oct 03 |
Which of the following is NOT true about virtual functions? | Aug 13 |
Which of the following is not true about constructors and destructors? | Oct 28 |
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 true while passing objects as function arguments? It i... | Feb 24 |
Which of the following is not true about the code segment given below? | Jan 14 |
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 statement(s) is NOT true regarding the above code? sele... | Oct 05 |
Select true option for A friend function | Nov 03 |
Is it true that objects don't always get destroyed immediately when the last ref... | Sep 25 |
Which is NOT true about Templates? - Select option | Oct 27 |
Which is NOT true about function objects? | Mar 09 |
Which casting operator can cast a pointer to any other type of pointer in ANSI... | Dec 15 |
Which is required to overload an operator in C++? | Sep 26 |
Identify all the members of the following class xyz: | Jun 16 |
Identify if any error in the following code segment | Jan 04 |
Consider the following code segment and select one of the option | Oct 27 |
Which of the following accurately sums up the Requirements Development PA | Aug 11 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
What is the output of the following code? | Feb 24 |
Which of the following programming approach used functions as a key concept to p... | Jul 28 |