Podcast
Questions and Answers
Which of the following statements about pointers is correct?
Which of the following statements about pointers is correct?
What is the general syntax for declaring a pointer variable?
What is the general syntax for declaring a pointer variable?
Why is it important to initialize a pointer before use?
Why is it important to initialize a pointer before use?
How can a pointer be initialized?
How can a pointer be initialized?
Signup and view all the answers
What does the address of operator do?
What does the address of operator do?
Signup and view all the answers