Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: How do you assign an address to an element of a pointer array ?
Answer: We can assign a memory address to an element of a pointer array by using the address operator, which is the ampersand (&), in an assignment statement such as ptemployee[0] = &projects[2];
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook