A driver is used to
a) operate a program
b) connect to a database
c) move data around
d) manage the objects in a program
e) None of these is correct
b) connect to a database
Computer Science & Information Technology
You might also like to view...
while statement can cause logic errors where the body never stops executing. This is known as a(n)
a) syntax error b) fatal error c) infinite loop d) None of the above.
Computer Science & Information Technology
Define an iterator into a list of char of initial that allows traversal of the list for fetching from the list, but does not allow the list to be change through the iterator. Assume all includes and using directive/declarations have been executed. Assume further that the list has had sufficient elements inserted to support any actions needed.
What will be an ideal response?
Computer Science & Information Technology