Home >Topic List >The difference between * and & in C language
The difference between * and & in C language
* is used for declaration and dereference of pointers, while & is used to obtain the address of a variable. If you want to know more about C language, you can read the articles below this topic.