单项选择题

已知TV是一个类,并有函数func定义如下: void func(){ TV li,*net[2],company[3]; }则在调用func()后,TV类的析构函数被调用的次数是

A.2次
B.3次
C.4次
D.6次