1.

The function load_defaults() reads the option files.(a) True(b) FalseThis question was posed to me in an online quiz.My question is from Handling Errors and Processing Command Options topic in portion MySQL Programs Using C of MySQL

Answer»

The correct answer is (a) True

The best explanation: The function named ‘load_defaults()’ READS the OPTION files. It takes four arguments. It does not PICK up values from the environment SETTINGS. All connection parameters can be BROUGHT to the argument vector.



Discussion

No Comment Found

Related InterviewSolutions