Resource Type | Posted On |
When you call a function by passing the address of a data variable, it is know a... | Sep 16 |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
So I can pass an instance of a value type to a method that takes an object as a... | Oct 16 |
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 |
Can savepoints be used to "save off" portions of a transaction? Why or why not? | Dec 21 |
The default constructor for class A is - select option | Sep 30 |
The declaration of a class includes which option | Mar 14 |
Functional decomposition technique can be used to implement - Select option | Dec 15 |
Differentiate between select Query & parameter Query. | Jan 20 |
The statement int main() is a which statement | Nov 12 |
Find if the following function prototype contains any error: double area(int ) | Dec 02 |
How will you assign value ‘5’ to the variable ‘x’ inside a member function using... | Aug 11 |
Identify the variables, which are local to the following function | Nov 08 |
Why did they call it .NET? | Nov 19 |
Why doesn't the .NET runtime offer deterministic destruction? | Feb 07 |
Why is XmlSerializer so slow? | Jan 04 |
Does C# support a variable number of arguments? | Sep 02 |
Why crystal is a preferred clock source? | Jun 23 |
Define a namespace called ‘samplespace’, which includes a member variable,namely... | Dec 15 |
Why do we use XRA A instruction | Jun 19 |
Which is not an input/output stream class? - Select option | Aug 16 |
Which is not supported by the string class? - Select option | Oct 10 |
Which OOP feature can be enabled by using private declaration for the class... | Feb 20 |
|
What is the general format of calling a static member function using a class... | Nov 02 |
Which of the following is true while passing objects as function arguments? It i... | Feb 24 |
Which statement(s) is similar to the declaration of non type template... | Mar 22 |
Which statement(s) is used to rethrow an exception? - Select option | Nov 18 |
Which of the following is the general form of using an exception specification? ... | Jan 18 |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |
Which is used to read a line of text with blanks? - Select option | Mar 10 |
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 |
Identify all the members of the following class xyz: | Jun 16 |
Which function call does invoke the following function prototype? float sub1(int... | Feb 13 |
By default, the members of a class are | Jun 01 |
What's new in the .NET 2.0 class library? | Oct 25 |
Does C# have its own class library? | Feb 09 |
Which class does define the member function put()? | Oct 13 |
Which of the following option will solve the problem? - Select option | Dec 15 |
Why does excel display number signs(###) in a cell? | Jan 20 |
Why is the arrangement of conditions in an SQL statement important? | Dec 21 |
Which of the following code would read a line of text from char type variable,... | Jan 05 |
Why do I get errors when I try to serialize a Hashtable? | Dec 03 |
Why am I getting an InvalidOperationException when I serialize an ArrayList? | Dec 13 |
so an int is a value type, and a class is a reference type. How can int be deriv... | Dec 10 |
Structs are largely redundant in C++. Why does C# have them? | Sep 16 |
If C# destructors are so different to C++ destructors, why did MS use the same... | Nov 21 |
Which of the following is not true about static member variable? | Jul 25 |