MCQ PracticeWhich function will be called when the last instance of a plug-in is deleted?Subject: ComputerTopic: Advance HtmlANPP_DestroyBNP_InitializeCNPP_NewDNP_ShutdownCorrect Answer: DPractice QuizBack to MCQsRelated MCQsWhat is the space complexity of the following dynamic programming implementationThe following sequence is a fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, …What is the output of the following program? #include int max_num(int a,int b) {