Pointers in C(2022-23)
Assignment -1 1. What is pointer variable? Give example. 2. Differentiate between static & dynamic memory allocation. 3. Write a ‘C’ program to calculate area, & perimeter and diameter of circle using one function for all & use pointers. 4. Explain types of pointer. 5. Explain function pointer in details. 6. Dif...