Pointer Data Type
Sep 29, 2024 · 1 min read · If I want to store the address of a variable, then what data type should I use to declare another variable? - Here is the solution. Solution is… If we declare a variable to store the address of a value (i.e., a pointer), the data type of the pointer...
Join discussion