1.

While using DBI API functions are called and pointers to structures are used.(a) True(b) FalseThis question was addressed to me during a job interview.Enquiry is from Perl DBI Overview in portion MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

The correct choice is (a) True

The best I can EXPLAIN: While using the DBI API functions are called and POINTERS to STRUCTURES are used. The functions are called “methods,” pointers are called “REFERENCES,” POINTER variables are called “handles”.



Discussion

No Comment Found

Related InterviewSolutions