It's very clear now thanks , your examples are very usefull!!! ...I have aleardy learned some of this concept and but I forgot all the time..Hummmmm..it seems like I need to learn malloc() to keep the information on my own heap lol
Cool! This video goes over dynamic memory allocation in C and may be helpful for you to learn malloc() and related concepts: th-cam.com/video/R0qIYWo8igs/w-d-xo.html. :-)
Like checking if a password is correct or not? Yes, that can be done with a loop too I'm sure, checking character by character through the password entered to see if it matches the password. :-)
🔥🔥🔥🔥🔥
It's very clear now thanks , your examples are very usefull!!! ...I have aleardy learned some of this concept and but I forgot all the time..Hummmmm..it seems like I need to learn malloc() to keep the information on my own heap lol
Cool! This video goes over dynamic memory allocation in C and may be helpful for you to learn malloc() and related concepts: th-cam.com/video/R0qIYWo8igs/w-d-xo.html. :-)
@@PortfolioCourses soon for sure!
sir, does password work in same principle ?
Like checking if a password is correct or not? Yes, that can be done with a loop too I'm sure, checking character by character through the password entered to see if it matches the password. :-)