Skip to content
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

Added references vs pointers under day 11 #293

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

muskan42
Copy link
Contributor

@muskan42 muskan42 commented Jun 12, 2024

Fix #210
List of the contents for "References vs Pointers in C++":

  1. What are References and Pointers in C++?
  2. Declaring References and Pointers
    • Declaring References
    • Declaring Pointers
  3. Differences Between References and Pointers
    • Syntax and Usage
    • Initialization
    • Reassignment
    • Null Values
    • Memory Address
  4. When to Use References and Pointers
    • Use References
    • Use Pointers
  5. Examples
    • Example 1: Using References
    • Example 2: Using Pointers
  6. Conclusion

@subhadipbhowmik kindly review

@subhadipbhowmik subhadipbhowmik merged commit d2839a7 into subhadipbhowmik:main Jun 13, 2024
Copy link

🎉 Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc level1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Day 11 References vs Pointers
2 participants