Note: You will see this multiple times - type* ptr = malloc(sizeof ptr) and it's worked till now because the size of the address has always been greater than the size of an instance of that type. It should be corrected as so - type* ptr = malloc(sizeof *ptr)
-
Notifications
You must be signed in to change notification settings - Fork 0
arunkumaraqm/Data-Structures
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Programs covered in DSA Lab during Semester 3
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published