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
C++ Programming
Comments: 0

How will you assign value ‘5’ to the variable ‘x’ inside a member function using this pointer?

Options

a) this->x=5;
b) this.x=5;
c) x=5;
d) None of the above

Answer : a) this->x=5;
Posted By:Daisy Brown      Posted On: Aug 11

Assembly Language
Comments: 0

What is the purpose of control word written to control register in 8255?

The control words written to control register specify an I/O function for each I.O port. The bit D7 of the control word determines either the I/O function of the BSR function.
Posted By:Harley Evans      Posted On: Aug 07

C++ Programming
Comments: 0

What is garbage collection in dfs (data file structure)?

Garbage collection is a method that makes use of special routine to as to find all the garbage nodes and to add them to the list of free nodes.
Posted By:Adelaide Miller      Posted On: Aug 07

Assembly Language
Comments: 0

Define Flags

The flags are used to reflect the data conditions in the accumulator. The 8085 flags are S-Sign flag, Z-Zero flag, AC-Auxiliary carry flag, P-Parity flag, CYCarry flag, D7 D6 D5 D4 D3 D2 D1 D0.
Posted By:Gracie Hughes      Posted On: Aug 06

C++ Programming
Comments: 0

Which feature of C++ does allow you to handle such kind of mulitpath inheritance?

Consider a class D, which is inherited from two classes B and C. The classes B and C inherited the members from class A. Which feature of C++ does allow you to handle such kind of multipath inheritance?

Options

a) Abstract class
b) Virtual bas...
Posted By:Voliny Fischer      Posted On: Aug 04

Assembly Language
Comments: 0

What is meant by polling?

Polling or device polling is a process which identifies the device that has interrupted the microprocessor.
Posted By:Hedwig Miller      Posted On: Aug 01

C++ Programming
Comments: 0

How will you assign value ‘5’ to the variable ‘x’ inside a member function using this pointer?

Options

a) this->x=5;
b) this.x=5;
c) x=5;
d) None of the above

Answer : a) this->x=5;
Posted By:Daisy Brown      Posted On: Aug 11

Assembly Language
Comments: 0

What is the purpose of control word written to control register in 8255?

The control words written to control register specify an I/O function for each I.O port. The bit D7 of the control word determines either the I/O function of the BSR function.
Posted By:Harley Evans      Posted On: Aug 07

C++ Programming
Comments: 0

What is garbage collection in dfs (data file structure)?

Garbage collection is a method that makes use of special routine to as to find all the garbage nodes and to add them to the list of free nodes.
Posted By:Adelaide Miller      Posted On: Aug 07

Assembly Language
Comments: 0

Define Flags

The flags are used to reflect the data conditions in the accumulator. The 8085 flags are S-Sign flag, Z-Zero flag, AC-Auxiliary carry flag, P-Parity flag, CYCarry flag, D7 D6 D5 D4 D3 D2 D1 D0.
Posted By:Gracie Hughes      Posted On: Aug 06

C++ Programming
Comments: 0

Which feature of C++ does allow you to handle such kind of mulitpath inheritance?

Consider a class D, which is inherited from two classes B and C. The classes B and C inherited the members from class A. Which feature of C++ does allow you to handle such kind of multipath inheritance?

Options

a) Abstract class
b) Virtual bas...
Posted By:Voliny Fischer      Posted On: Aug 04

Assembly Language
Comments: 0

What is meant by polling?

Polling or device polling is a process which identifies the device that has interrupted the microprocessor.
Posted By:Hedwig Miller      Posted On: Aug 01

  34  35  36  37  38  39  40  41  42  43  44