Resource Type | Posted On |
Using today's TEAMSTATS table, write a query to determine who is batting under... | Dec 21 |
Write an algorithm for Poping the Topmost element of stack using Singly Linked L... | Dec 24 |
Write an algorithm for Poping the Topmost element of queue using Singly Linked L... | Nov 10 |
Inserting an element into the stack using array in dfs (data file structure) | Dec 20 |
Write an algorithm for Inserting an element into the queue using array in dfs | Nov 08 |
Write an algorithm for Deleting an element from the queue using array in dfs | Nov 28 |
Write an algorithm for Deleting an element from the circular queue using array i... | Oct 11 |
Why am I getting an InvalidOperationException when I serialize an ArrayList? | Dec 13 |
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 |
Which of the following programming approach used functions as a key concept to p... | Jul 28 |
Identify the drawback of using procedure-oriented programming, if any: | Nov 02 |
Which is not associated with Object-oriented programming? | Feb 25 |
Object-based programming languages do not support | Nov 12 |
Which class does define the member function put()? | Oct 13 |
Identify all the members of the following class xyz: | Jun 16 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
A C++ program structure is based on the concept of | Mar 25 |
By default, the members of a class are | Jun 01 |
State whether true or false. Give the reasons for your answer. | Jan 20 |
What are the various programmed data transfer methods? | Jan 05 |
What is Program counter? | Nov 12 |
Define a namespace called ‘samplespace’, which includes a member variable,namely... | Dec 15 |
How can you tell whether a database is truly relational? | Dec 21 |
|
List Advantages of Linked Lists in dfs (data file structure). | Apr 01 |
List Disadvantages of Linked Lists in dfs (data file structure). | Nov 18 |
List Types of Linked List in dfs (data file structure). | Nov 13 |
Write an algorithm for Inserting an element from the circular queue using array ... | Apr 24 |
Write an algorithm for deleting an element from stack using array in dfs (data f... | Nov 17 |
Algorithm for Inserting a node after or before particular node in Circular Doubl... | Jul 14 |
Algorithm for Deleting a particular node in Circular Doubly Linked List in dfs | Sep 10 |
List all activities required as part of requirements management | Jan 23 |
List the Factors considered for project estimation in CMM | Jan 04 |
List the operation modes of 8255 | Nov 20 |
List applications of microprocessor-based system. | Jan 20 |
List 16 – bit registers of 8085 microprocessor | Oct 01 |
List the allowed register pairs of 8085 | May 15 |
Which OOP feature can be enabled by using private declaration for the class... | Feb 20 |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
Which of the following is not true about member functions? | Jul 28 |
Which of the following is not a member-dereferencing operator? | Nov 15 |
Which of the following is true about a function call in a C++ program? | Oct 03 |
How will you assign value ‘5’ to the variable ‘x’ inside a member function using... | Aug 11 |
Which of the following is not true about static member variable? | Jul 25 |
What is the general format of calling a static member function using a class... | Nov 02 |
which class members does the derived class inherit from base class? select... | Sep 27 |
Which statement(s) is true about the visibility of inherited members? Select... | Oct 13 |
Which functions can have access to the private and protected members of a class? | Dec 02 |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |