Interview Questions

How are pointer variables initialized?

C Interview Questions and Answers


(Continued from previous question...)

How are pointer variables initialized?

Pointer variable are initialized by one of the following two ways
- Static memory allocation
- Dynamic memory allocation

(Continued on next question...)

Other Interview Questions