Resource Type | Posted On |
Which of the following is true about a function call in a C++ program? | Oct 03 |
Which of the following programming approach used functions as a key concept to p... | Jul 28 |
Which of the following statements is true about the function that contains the c... | Jan 15 |
Which function call does invoke the following function prototype? float sub1(int... | Feb 13 |
Identify which function prototype exhibits the following: Name of the function i... | Feb 25 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
Which of the following function calls is correct while providing default... | Feb 25 |
Select true option for A friend function | Nov 03 |
Which is NOT true about function objects? | Mar 09 |
Which of the following is true while passing objects as function arguments? It i... | Feb 24 |
Which of the following is not true about member functions? | Jul 28 |
Which of the following is NOT true about pure virtual function? | Mar 20 |
Which of the following is NOT true about virtual functions? | Aug 13 |
Which of the following is true about pointers? | Jul 03 |
Identify the variables, which are local to the following function | Nov 08 |
Find if the following function prototype contains any error: double area(int ) | Dec 02 |
Which of the following statement(s) is true according to the following statement... | Jan 13 |
Consider a class X, which includes a virtual function called X_output. | Feb 16 |
What is the general format of calling a static member function using a class... | Nov 02 |
When you call a function by passing the address of a data variable, it is know a... | Sep 16 |
Pick out the correct usage of the list function called, splice(). | Jun 03 |
Which of the following languages is not a procedure oriented programming... | Oct 16 |
Which of the following is an Object-oriented programming language? | Nov 29 |
Why am I getting an InvalidOperationException when I serialize an ArrayList? | Dec 13 |
Which of the following is called an implicit constructor for the class xyz? | Sep 26 |
|
GROUP FUNCTIONS (AGGREGATION FUNCTIONS) | Dec 17 |
Define a namespace called ‘samplespace’, which includes a member variable,namely... | Dec 15 |
Which statement is true about compare( ) function? - Select option | Oct 25 |
Explain the difference between a JMP instruction and CALL instruction | Oct 26 |
Compare CALL and PUSH instructions | Jul 03 |
Why did they call it .NET? | Nov 19 |
Can I write IL programs directly? | Sep 20 |
Can I use COM components from .NET programs? | Sep 21 |
Can I use .NET components from COM programs? | Dec 15 |
Object-based programming languages do not support | Nov 12 |
Identify the drawback of using procedure-oriented programming, if any: | Nov 02 |
Which is not associated with Object-oriented programming? | Feb 25 |
A C++ program structure is based on the concept of | Mar 25 |
What are the various programmed data transfer methods? | Jan 05 |
What is Program counter? | Nov 12 |
Which of the following is true about code in description? - Select option | Nov 01 |
Which of the following is true about object-oriented analysis (OOA) approach? | Dec 15 |
Which of the following is true about scope resolution operator? | May 06 |
Which of the following is true about new operator? | Oct 16 |
Which one of the following options is true on the topic of Simula67? | Nov 21 |
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 is not true about constructors and destructors? | Oct 28 |
Which of the following is not true about the code segment given below? | Jan 14 |
Which of the following statement(s) is NOT true regarding the above code? sele... | Oct 05 |