Git Product home page Git Product logo

Comments (3)

cjubb39 avatar cjubb39 commented on June 28, 2024

So I still get email notifs for this so I thought I might add.

I always thought this (perhaps to be reworded for inclusion in recitation notes) excerpt from the C standard was helpful in making the distinction between pointers and arrays:

Except when it is the operand of the sizeof
operator or the unary & operator, or is a character
string literal used to initialize an array of
character type [...] an lvalue that has type “array
of type ” is converted to an expression that
has type “pointer to type ” that points to the
initial member of the array object and is not an
lvalue

Basically just saying that arrays are almost always converted to pointers, yet making it clear that "array of type" is distinct from "pointer to type".

from recitations.

chmullig avatar chmullig commented on June 28, 2024

Started a revision at #47.

from recitations.

cjubb39 avatar cjubb39 commented on June 28, 2024

Looks like this was resolved in #47. I'll let someone reopen if that's not the case.

from recitations.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.