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.

Related courses More >
ElementaryC language Chinese development manual

10840 times of learning

Collection
ElementaryQianfeng C language basic video tutorial

26772 times of learning

Collection
IntermediateAdvanced C Language

18640 times of learning

Collection
Related Tutorials More >