-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Update operators.md #7151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update operators.md #7151
Conversation
Hi @Dusch4593, @SSwiniarski, @mamtawardhani, @yangc95, would any of you be able to review this pull request if you have write access? Thank you! |
Hey @manojchandra10 can you please sign the CLA above? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for noticing this @manojchandra10 😄
The entry is ready for a second round of review! 🚀
Hi @mamtawardhani I have signed the CLA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to be merged, @manojchandra10!
👋 @manojchandra10 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/c/operators Please note it may take a little while for changes to become visible. |
Description
Corrected the Name of the
sizeof
operator in the Miscellaneous Operators table. The previous description inaccurately stated it was an "Addition Assignment". It now correctly states thatsizeof
returns the size (in bytes) of a variable or data type.Issue Solved
Type of Change
Checklist
main
branch.Issues Solved
section.