What is a driver program?



What is a driver program?..

Answer / Akansha Tiwari

A driver program is an executable program designed to control or test other programs, hardware, or devices. It acts as a central point of interaction for the user and the device it controls.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Write about the role of c++ in the tradeoff of safety vs. Usability?

1 Answers  


Explain what you mean by a pointer.

1 Answers   TCS,


Can we use this pointer in a class specific, operator-overloading function for new operator?

1 Answers  


What is the role of static keyword for a class member variable?

1 Answers  


What is function declaration in c++ with example?

1 Answers  


What are static type checking?

1 Answers  


Definition of class?

12 Answers  


Explain what are single and multiple inheritances in c++?

1 Answers  


What are mutator methods in c++?

1 Answers  


What is the purpose of ios::basefield in the following statement?

1 Answers  


What is the disadvantage of using a macro?

1 Answers  


What is meant by const_cast?

1 Answers  


Categories