Logo 
Search:

c programming Interview FAQs

Submit Interview FAQ
No Records Found!!!
Go Ahead and Post your Interview FAQ
Home » Interview FAQs » c programmingRSS Feeds
Assembly Language
Comments: 0

What is synchronous data transfer?

It is a data method which is used when the I/O device and the microprocessor match in speed. To transfer a data to or from the device, the user program issues a suitable instruction addressing the device. The data transfer is completed at the end of ...
Posted By:Aubrey Schmidt      Posted On: Sep 12

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

Assembly Language
Comments: 0

What is synchronous data transfer?

It is a data method which is used when the I/O device and the microprocessor match in speed. To transfer a data to or from the device, the user program issues a suitable instruction addressing the device. The data transfer is completed at the end of ...
Posted By:Aubrey Schmidt      Posted On: Sep 12

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

  103  104  105  106  107  108  109