Skip to content

arunkumaraqm/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

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)

Releases

No releases published

Packages

No packages published

Languages