Logo 
Search:

c sharp Interview FAQs

Submit Interview FAQ
No Records Found!!!
Go Ahead and Post your Interview FAQ
Home » Interview FAQs » c sharpRSS Feeds
C++ Programming
Comments: 0

What is Length of Path in dfs (data file structure)?

The total number of edges which are traverse in a path is called length of path.
Posted By:Shannon Hughes      Posted On: Jul 18

Assembly Language
Comments: 0

Write the function of crossbar switch?

The crossbar switch provides the inter connection paths between the memory module and the processor. Each node of the crossbar represents a bus switch. All these nodes may be controlled by one of these processors or by a separate one altogether.
Posted By:Helga Miller      Posted On: Jul 18

C++ Programming
Comments: 0

Which statement(s) does not invoke the above template correctly? - Select option

Consider the declaration of a template non-type argument in the following code snippet:
template class sample
{
temp a[max];
static int b=50;
// ………
}

Which of the following statement(s) does not invoke the above template correctly?

I. s...
Posted By:Lucas Silva      Posted On: Jul 18

Assembly Language
Comments: 0

What is meant by Maskable interrupts?

An interrupt that can be turned off by the programmer is known as Maskable interrupt.
Posted By:Adam Evans      Posted On: Jul 16

C++ Programming
Comments: 0

Which of the following will assign the value to the class member variable num? void getnum(int

Options

a) {num=a};
b) {num=a;}
c) {a=num};
d) {a=num;}

Answer : b) {num=a;}
Posted By:Gabriel Silva      Posted On: Jul 15

C#
Comments: 0

What's new in C# 3.0?

Support for LINQ was the driving force behind the main enhancements in C# 3.0. Query expressions are the most obvious example, but lambda expressions, extension methods and anonymous types also fall into this category. However most of these enhanceme...
Posted By:Luigi Fischer      Posted On: Nov 26

C++ Programming
Comments: 0

What is Length of Path in dfs (data file structure)?

The total number of edges which are traverse in a path is called length of path.
Posted By:Shannon Hughes      Posted On: Jul 18

Assembly Language
Comments: 0

Write the function of crossbar switch?

The crossbar switch provides the inter connection paths between the memory module and the processor. Each node of the crossbar represents a bus switch. All these nodes may be controlled by one of these processors or by a separate one altogether.
Posted By:Helga Miller      Posted On: Jul 18

C++ Programming
Comments: 0

Which statement(s) does not invoke the above template correctly? - Select option

Consider the declaration of a template non-type argument in the following code snippet:
template class sample
{
temp a[max];
static int b=50;
// ………
}

Which of the following statement(s) does not invoke the above template correctly?

I. s...
Posted By:Lucas Silva      Posted On: Jul 18

Assembly Language
Comments: 0

What is meant by Maskable interrupts?

An interrupt that can be turned off by the programmer is known as Maskable interrupt.
Posted By:Adam Evans      Posted On: Jul 16

C++ Programming
Comments: 0

Which of the following will assign the value to the class member variable num? void getnum(int

Options

a) {num=a};
b) {num=a;}
c) {a=num};
d) {a=num;}

Answer : b) {num=a;}
Posted By:Gabriel Silva      Posted On: Jul 15

C#
Comments: 0

What's new in C# 3.0?

Support for LINQ was the driving force behind the main enhancements in C# 3.0. Query expressions are the most obvious example, but lambda expressions, extension methods and anonymous types also fall into this category. However most of these enhanceme...
Posted By:Luigi Fischer      Posted On: Nov 26

  37  38  39  40  41  42  43  44  45  46  47