Class and instance attributes:“Python is an object oriented programming language. Almost everything in Python is an object, with its properties and methods. A Class is…May 28, 2020May 28, 2020
What’s the difference between Dynamic libraries and Static libraries!First of all what’s a Dynamic library:May 4, 2020May 4, 2020
What happens when you type gcc main.cThe C is a compiled language, that use a multiple processing stages.Feb 5, 2020Feb 5, 2020
What is the difference between a hard link and a symbolic link?We use files every day for multiple reasons, so we need a more efficient way we can manipulate them even if the file is located on another…Feb 5, 2020Feb 5, 2020