Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 688577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:14:39+00:00 2026-05-14T02:14:39+00:00

What are the official names for the operators * and & in the context

  • 0

What are the official names for the operators * and & in the context of pointers? They seem to be frequently called dereference operator and address-of operator respectively, but unfortunately, the section on unary operators in the standard does not name them.

I really don’t want to name & address-of anymore, because & returns a pointer, not an address. (see below) The standard is very clear about this:

The result of the unary & operator is a pointer to its operand.

Symmetry suggests to name & reference operator which is a little unfortunate because of the collision with references in C++. The fact that & returns a pointer suggests pointer operator. Are there any official sources that would confirm these (or other) namings?

pointers vs. addresses

A pointer is a language mechanism, while an address is an implementation detail. Addresses are untyped, while pointers aren’t, except for void*. Kevlin Henney also distinguishes between pointers and addresses in an Interview:

C […] allows us to abstract the specifics of the machine to the point that we are talking about pointers and not addresses. There is a whole load of pain that you no longer have to go through.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T02:14:39+00:00Added an answer on May 14, 2026 at 2:14 am

    From the C99 draft, at the index:

    * (indirection operator), 6.5.2.1, 6.5.3.2

    & (address operator), 6.3.2.1, 6.5.3.2

    From the C++0x draft, at the index:

    *, see indirection operator, see multiplication operator

    &, see address-of operator, see bitwise AND operator

    It’s also referenced in 9.6/3 “The address-of operator & shall not be applied to a bit-field, so there are no pointers to bit-fields.”

    (So, sorry, you still need to call & “address-of” :p)

    Personally I don’t care the actual name as long as other can understand what I’m saying. I just call * “star” and & “and”. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've written a CMake module to find libclang: find_path(LibClang_INCLUDE_DIR clang-c/Index.h) find_library(LibClang_LIBRARY NAMES clang) But
I always call it the arrow operator , but I'm sure it has an
I am from Java background. I am going through the official Python tutorials but
USPS does not have on official listing of Time Zones by Zip Code. They
Quoting, Sun's Official Java Tutorial Class names, 'HelloWorldApp', are only accepted if annotation processing
Normally colors are called through their hexadecimal associations, but in the code is it
So I've read the official JUnit docs, which contain a plethora of examples, but
I read the official page: http://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html but it's not providing an example I have
What is the official format of name <email> in email headers? I need to
Official guide says: Tomcat deployment is trivial and requires copying the WAR file into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.