hi guys! i don't have any knowledge on C++ but my employer asked me to answer these questions ASAP. would you be so kind to this for me, please? thanks.

1. What will I find in the value field of the head pointer and the tail pointer of an empty linked list?

2. Dereferencing is ----- ?

3. Show 2 different ways to print the contents of i in this code:
int *p = &i;

4. The size of an int pointer variable is ------- bytes.
The size of an char pointer variable is ----- bytes.
The size of an float pointer variable is ----- bytes.
The size of an void pointer variable is ----- bytes.

5. What is the universal pointer?

6. What is inheritance?

7. Why do you need a virtual base class?

8. What is the role of static member variables?

9. What is the role of static member functions?

10. What are the advantage and disadvantage of using exception handling?

11. What are the advantages of templates in C++?


Thanks.

BarberCut