1.

The callib command implements the function from a _________(a) library loaded by the loadlibrary() command(b) .h file loaded by the loadlibrary() command(c) c-file loaded by the loadlibrary() command(d) function loaded by the loadlibrary() commandI have been asked this question at a job interview.My doubt is from Calling External Functions topic in portion Advanced Software Development of MATLAB

Answer»

Correct CHOICE is (a) library LOADED by the loadlibrary() command

Explanation: The callib command is defined in MATLAB to use a function which is in a pre-loaded C library. The function can be CALLED by giving the function name and the ARGUMENTS as an INPUT to the callib command.



Discussion

No Comment Found

Related InterviewSolutions