Resource Type | Posted On |
Which of the following would assigns the string “welcome” to the second construc... | Nov 20 |
string is a - Select option | Feb 11 |
The default constructor for class A is - select option | Sep 30 |
Are C# constructors the same as C++ constructors? | Sep 07 |
Which of the following statements are true about copy constructors? Select... | Jul 09 |
Which function does exchange the contents of two strings? | Oct 31 |
Consider the following code: cout<< “Welcome”; This is an example of which opti... | Oct 28 |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
Consider the following code segment and select one of the option | Oct 27 |
Which is not supported by the string class? - Select option | Oct 10 |
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 is called an implicit constructor for the class xyz? | Sep 26 |
Which of the following will be used to access the two entries, namely key and va... | Apr 21 |
Which of the following character literal(s) does use two bytes of memory? | Dec 15 |
How will you assign value ‘5’ to the variable ‘x’ inside a member function using... | Aug 11 |
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 |
Which of the following option will solve the problem? - Select option | Dec 15 |
Which of the following functions allow you clear the specified flags? Select... | Oct 19 |
What would be the output of the following code 3? - Select option | Jan 01 |
What would be the output of the following code? - Select option | Jun 29 |
Which of the following flags do not have any bit fields? - Select option | Oct 20 |
Which of the following is true about code in description? - Select option | Nov 01 |
What will be the output of the following code segment? - Select option | Oct 15 |
|
Which of the following is the general form of using an exception specification? ... | Jan 18 |
Which function capitalizes the first letter of a character string and makes the ... | Dec 21 |
How do I do a case-insensitive string comparison? | Sep 17 |
Can I call a virtual method from a constructor/destructor? | Sep 08 |
List Two types of Priority Queues in dfs (data file structure). | Jul 31 |
What is Doubly or Two-Way Linked List in dfs (data file structure)? | Apr 13 |
What is Two Way Merge Sort in dfs (data file structure)? | Jun 18 |
Name of serial’s name which has been started two year ago. | Dec 15 |
From which two sources can you generate SQL scripts? | Dec 21 |
What are macro actions? Name any two actions provided by Access? | Jan 20 |
What are macro actions? Name any two actions provided by Access? | Jan 20 |
Mention the categories of instruction and give two examples for each category. | Jan 12 |
Functional decomposition technique can be used to implement - Select option | Dec 15 |
Data flow diagram is also known as - Select option | Dec 15 |
C++ Templates support the concept of - Select option | Sep 23 |
Which is NOT true about Templates? - Select option | Oct 27 |
Distinguish between Select query and Action Query, Database and Table, Filter an... | Jan 20 |
Differentiate between select Query & parameter Query. | Jan 20 |
Will SELECT SUM(LASTNAME) FROM CHARACTERS query work? | Dec 21 |
How to select records? | Dec 15 |
Are triggers used with the SELECT statement? | Dec 21 |
How would you select group of worksheets? | Jan 20 |
Select true option for A friend function | Nov 03 |
Operator overloading is necessary because - select option | May 22 |
Which overloads a unary minus operator and returns no values - Select option | Mar 21 |