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
Assembly Language
Comments: 0

What is meant by a bus?

A bus is a group of conducting lines that carriers data, address, & control signals.
Posted By:Alice Miller      Posted On: Sep 10

C++ Programming
Comments: 0

Which of the following functions in C++ replace the usage of macros in C?

Options

a) friend function
b) virtual function
c) inline function
d) All of the above

Answer : c) inline function
Posted By:Daisy Brown      Posted On: Sep 07

C++ Programming
Comments: 0

What is Terminal Node in dfs (data file structure)?

Let (V,E) be a graph and let x belongs to E be a directed edge associated with the ordered pair of nodes (u,v). The node v is called the initial node.
Posted By:Hailey Campbell      Posted On: Sep 07

C++ Programming
Comments: 0

Which code segments will convert a class object namely sample to type double?

Options

a) sample :: operator double() { }
b) operator double() { }
c) sample :: operator double();
d) operator double();

Answer : a) sample :: operator double() { }
Posted By:Adaliz Fischer      Posted On: Sep 06

Assembly Language
Comments: 0

What is the use of modem control unit in 8251?

The modem control unit handles the modem handshake signals to coordinate the communication between the modem and the USART.
Posted By:David Evans      Posted On: Sep 05

C++ Programming
Comments: 0

What is Distinct Edges in dfs (data file structure)?

The two edges which are parallel but whose initial nodes are not same are called distinct edges.
Posted By:Finley Evans      Posted On: Sep 05

Assembly Language
Comments: 0

What is meant by a bus?

A bus is a group of conducting lines that carriers data, address, & control signals.
Posted By:Alice Miller      Posted On: Sep 10

C++ Programming
Comments: 0

Which of the following functions in C++ replace the usage of macros in C?

Options

a) friend function
b) virtual function
c) inline function
d) All of the above

Answer : c) inline function
Posted By:Daisy Brown      Posted On: Sep 07

C++ Programming
Comments: 0

What is Terminal Node in dfs (data file structure)?

Let (V,E) be a graph and let x belongs to E be a directed edge associated with the ordered pair of nodes (u,v). The node v is called the initial node.
Posted By:Hailey Campbell      Posted On: Sep 07

C++ Programming
Comments: 0

Which code segments will convert a class object namely sample to type double?

Options

a) sample :: operator double() { }
b) operator double() { }
c) sample :: operator double();
d) operator double();

Answer : a) sample :: operator double() { }
Posted By:Adaliz Fischer      Posted On: Sep 06

Assembly Language
Comments: 0

What is the use of modem control unit in 8251?

The modem control unit handles the modem handshake signals to coordinate the communication between the modem and the USART.
Posted By:David Evans      Posted On: Sep 05

C++ Programming
Comments: 0

What is Distinct Edges in dfs (data file structure)?

The two edges which are parallel but whose initial nodes are not same are called distinct edges.
Posted By:Finley Evans      Posted On: Sep 05

  103  104  105  106  107  108  109