if you use the keyword free in c after using malloc, does it remove your variable code example
Example: free or delete in c++
delete --> If you used the 'new' operator
free --> If you used 'malloc'
delete --> If you used the 'new' operator
free --> If you used 'malloc'