declspec dllexport int Factorial int int Average int int Which-05300
__declspec (dllexport) int Factorial(int); int Average(int, int); Which of the following statements is true about the above statements?
This multiple choice question (MCQ) is related to the book/course vu cs410 Visual Programming. It can also be found in vu cs410 Final Term - Quiz No.8.
__declspec (dllexport) int Factorial(int); int Average(int, int); Which of the following statements is true about the above statements?
Factorial() and Average() are 2 public functions of the DLL
Average() is the only public functions of the DLL
Factorial()is the only public functions of the DLL
This DLL does not have any public functions