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 Key bouncing?

Mechanical switches are used as keys in most of the keyboards. When a key is pressed the contact bounce back and forth and settle down only after a small time delay (about 20ms). Even though a key is actuated once, it will appear to have been actuate...
Posted By:Amelia Schmidt      Posted On: May 10

Assembly Language
Comments: 0

What is Microprocessor?

A microprocessor is a multipurpose, programmable logic device that reads binary instructions from a
storage device called memory accepts binary data as input and processes data according to those instructions and provides result as output.
Posted By:Blaze Fischer      Posted On: May 09

C++ Programming
Comments: 0

The term operator overloading in C++ refers to

Options


a) Inheritance
b) Message passing
c) Polymorphism
d) None

Answer : c) Polymorphism
Posted By:Sofia Hughes      Posted On: May 09

C++ Programming
Comments: 0

Which of the following is true about scope resolution operator?

Options

a) Qualifies a namespace member to its namespace
b) Allows you to access a global variable
c) Qualifies the hidden variable
d) All of the above


Answer : d) All of the above
Posted By:Aaron Evans      Posted On: May 06

C++ Programming
Comments: 0

What is DFS (Depth First Search) in dfs (data file structure)?

A depth first search of an arbitrary graph can be used to perform a traversal of a general graph. The strategy is as follows. A node s is picked as a start node and marked. An unmarked adjacent node to s is now selected and marked, becoming the ne...
Posted By:Sean Brown      Posted On: May 06

Assembly Language
Comments: 0

What is a control word?

It is a word stored in a register (control register) used to control the operation of a program digital device.
Posted By:Lurlina Fischer      Posted On: May 06

Assembly Language
Comments: 0

What is Key bouncing?

Mechanical switches are used as keys in most of the keyboards. When a key is pressed the contact bounce back and forth and settle down only after a small time delay (about 20ms). Even though a key is actuated once, it will appear to have been actuate...
Posted By:Amelia Schmidt      Posted On: May 10

Assembly Language
Comments: 0

What is Microprocessor?

A microprocessor is a multipurpose, programmable logic device that reads binary instructions from a
storage device called memory accepts binary data as input and processes data according to those instructions and provides result as output.
Posted By:Blaze Fischer      Posted On: May 09

C++ Programming
Comments: 0

The term operator overloading in C++ refers to

Options


a) Inheritance
b) Message passing
c) Polymorphism
d) None

Answer : c) Polymorphism
Posted By:Sofia Hughes      Posted On: May 09

C++ Programming
Comments: 0

Which of the following is true about scope resolution operator?

Options

a) Qualifies a namespace member to its namespace
b) Allows you to access a global variable
c) Qualifies the hidden variable
d) All of the above


Answer : d) All of the above
Posted By:Aaron Evans      Posted On: May 06

C++ Programming
Comments: 0

What is DFS (Depth First Search) in dfs (data file structure)?

A depth first search of an arbitrary graph can be used to perform a traversal of a general graph. The strategy is as follows. A node s is picked as a start node and marked. An unmarked adjacent node to s is now selected and marked, becoming the ne...
Posted By:Sean Brown      Posted On: May 06

Assembly Language
Comments: 0

What is a control word?

It is a word stored in a register (control register) used to control the operation of a program digital device.
Posted By:Lurlina Fischer      Posted On: May 06

  67  68  69  70  71  72  73  74  75  76  77