Resource Type | Posted On |
Which of the following programming approach used functions as a key concept to p... | Jul 28 |
Which code segments will convert a class object namely sample to type double? | Sep 06 |
Identify the variables, which are local to the following function | Nov 08 |
How will you assign value ‘5’ to the variable ‘x’ inside a member function using... | Aug 11 |
Identify the drawback of using procedure-oriented programming, if any: | Nov 02 |
Which class does define the member function put()? | Oct 13 |
What is the general format of calling a static member function using a class... | Nov 02 |
Which is not supported by the string class? - Select option | Oct 10 |
Which of the following code would read a line of text from char type variable,... | Jan 05 |
Which function does exchange the contents of two strings? | Oct 31 |
Basic concepts in memory interfacing | Feb 04 |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
Which function capitalizes the first letter of a character string and makes the ... | Dec 21 |
When you call a function by passing the address of a data variable, it is know a... | Sep 16 |
string is a - Select option | Feb 11 |
Which of the following statement defines more than one generic data type in a cl... | Apr 08 |
Which of the following is true about a function call in a C++ program? | Oct 03 |
Is it true that all C# types derive from a common base class? | Nov 04 |
Does C# support a variable number of arguments? | Sep 02 |
Identify the valid variable name from which options | Aug 16 |
The declaration of global variables must be made in which option | Aug 29 |
which class members does the derived class inherit from base class? select... | Sep 27 |
Define a namespace called ‘samplespace’, which includes a member variable,namely... | Dec 15 |
What are the different types of write operations used in 8253? | Sep 25 |
Give the different types of command words used in 8259a? | Oct 10 |
|
Which functions can have access to the private and protected members of a class? | Dec 02 |
Consider a class X, which includes a virtual function called X_output. | Feb 16 |
Identify which function prototype exhibits the following: Name of the function i... | Feb 25 |
GROUP FUNCTIONS (AGGREGATION FUNCTIONS) | Dec 17 |
A C++ program structure is based on the concept of | Mar 25 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
Which is not associated with Object-oriented programming? | Feb 25 |
Object-based programming languages do not support | Nov 12 |
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 OOP feature can be enabled by using private declaration for the class... | Feb 20 |
What are the various programmed data transfer methods? | Jan 05 |
What is Program counter? | Nov 12 |
What are the fundamental differences between value types and reference types? | Mar 12 |
Write an algorithm for converting a general tree to a binary tree in dfs (data f... | Apr 29 |
What standard types does C# use? | Oct 21 |
List Basic Operations on Stack in dfs (data file structure). | Feb 07 |
List Basic Operations on Queue in dfs (data file structure). | Jan 18 |
What are the basic modes of operation of 8255? | Jan 08 |
What is the use of addressing modes, mention the different types | Feb 20 |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |
Which of the following does a derived class inherit from a base class? | Sep 18 |
Which is true, if a derived class is publicly inherited from base class? | Sep 19 |
Which of the following would assigns the string “welcome” to the second construc... | Nov 20 |