Priyanshu85 / Roadmaps

4 stars 3 forks source link

Enhance the Roadmap to master Pointers #5

Open aparna03dubey opened 1 year ago

aparna03dubey commented 1 year ago

Hey @Priyanshu85! I have created this new issue. It would be great if you assign it to me!

Priyanshu85 commented 1 year ago

Okayyy!!On you!

aparna03dubey commented 1 year ago

Hey! Please check if my pull request upto your expectations!!

On Fri, Oct 7, 2022, 13:48 Priyanshu Gupta @.***> wrote:

Assigned #5 https://github.com/Priyanshu85/Roadmaps/issues/5 to @aparna03dubey https://github.com/aparna03dubey.

— Reply to this email directly, view it on GitHub https://github.com/Priyanshu85/Roadmaps/issues/5#event-7541496708, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJY3DCMALSQ6ZWNY2OVDOTWB7MG3ANCNFSM6AAAAAAQ7KCEAA . You are receiving this because you were assigned.Message ID: @.***>

Priyanshu85 commented 1 year ago

Hey! Please check if my pull request upto your expectations!! On Fri, Oct 7, 2022, 13:48 Priyanshu Gupta @.> wrote: Assigned #5 <#5> to @aparna03dubey https://github.com/aparna03dubey. — Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJY3DCMALSQ6ZWNY2OVDOTWB7MG3ANCNFSM6AAAAAAQ7KCEAA . You are receiving this because you were assigned.Message ID: @.>

Hey! Please check if my pull request upto your expectations!! On Fri, Oct 7, 2022, 13:48 Priyanshu Gupta @.> wrote: Assigned #5 <#5> to @aparna03dubey https://github.com/aparna03dubey. — Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJY3DCMALSQ6ZWNY2OVDOTWB7MG3ANCNFSM6AAAAAAQ7KCEAA . You are receiving this because you were assigned.Message ID: @.>

Can you Please Do Like This:- -Definition of Pointer -Types of Pointers -Deep Dive into theory like giving an example that Array can be passed into a function using Pointers but you cannot return the whole array using it....other than you return the first value using the pointer and the whole array is changed.Like you can tell people how array and pointers are difference in their essence and when you initialize an array with pointer and see the size of Pointer its only 8 bytes but the whole array is of 40bytes. Now after that you can give a short code snipped to get better understanding of this. -Tell People to first learn about primary pointer and given them some relevant questions link. then you can let them move to class Pointer(->) and tell them its use in Data Structures.

aparna03dubey commented 1 year ago

Hey I have made the changes that you suggested. Please check now.

On Fri, Oct 7, 2022, 16:26 Priyanshu Gupta @.***> wrote:

Hey! Please check if my pull request upto your expectations!! … <#m8101435914598178252> On Fri, Oct 7, 2022, 13:48 Priyanshu Gupta @.> wrote: Assigned #5 https://github.com/Priyanshu85/Roadmaps/issues/5 <#5 https://github.com/Priyanshu85/Roadmaps/issues/5> to @aparna03dubey https://github.com/aparna03dubey https://github.com/aparna03dubey https://github.com/aparna03dubey. — Reply to this email directly, view it on GitHub <#5 (comment) https://github.com/Priyanshu85/Roadmaps/issues/5#event-7541496708>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJY3DCMALSQ6ZWNY2OVDOTWB7MG3ANCNFSM6AAAAAAQ7KCEAA https://github.com/notifications/unsubscribe-auth/AYJY3DCMALSQ6ZWNY2OVDOTWB7MG3ANCNFSM6AAAAAAQ7KCEAA . You are receiving this because you were assigned.Message ID: @.>

Hey! Please check if my pull request upto your expectations!! … <#m8101435914598178252> On Fri, Oct 7, 2022, 13:48 Priyanshu Gupta @.> wrote: Assigned #5 https://github.com/Priyanshu85/Roadmaps/issues/5 <#5 https://github.com/Priyanshu85/Roadmaps/issues/5> to @aparna03dubey https://github.com/aparna03dubey https://github.com/aparna03dubey https://github.com/aparna03dubey. — Reply to this email directly, view it on GitHub <#5 (comment) https://github.com/Priyanshu85/Roadmaps/issues/5#event-7541496708>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJY3DCMALSQ6ZWNY2OVDOTWB7MG3ANCNFSM6AAAAAAQ7KCEAA https://github.com/notifications/unsubscribe-auth/AYJY3DCMALSQ6ZWNY2OVDOTWB7MG3ANCNFSM6AAAAAAQ7KCEAA . You are receiving this because you were assigned.Message ID: @.>

Can you Please Do Like This:- -Definition of Pointer -Types of Pointers -Deep Dive into theory like giving an example that Array can be passed into a function using Pointers but you cannot return the whole array using it....other than you return the first value using the pointer and the whole array is changed.Like you can tell people how array and pointers are difference in their essence and when you initialize an array with pointer and see the size of Pointer its only 8 bytes but the whole array is of 40bytes. Now after that you can give a short code snipped to get better understanding of this. -Tell People to first learn about primary pointer and given them some relevant questions link. then you can let them move to class Pointer(->) and tell them its use in Data Structures.

— Reply to this email directly, view it on GitHub https://github.com/Priyanshu85/Roadmaps/issues/5#issuecomment-1271440324, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYJY3DETDS5VF3OLTUFJQFDWB76XFANCNFSM6AAAAAAQ7KCEAA . You are receiving this because you were mentioned.Message ID: @.***>

Priyanshu85 commented 1 year ago

Okay!!