Category Tutorials

The sprintf() Function In C/Linux

Sprintf function

The sprintf() function belongs to the printf() family of functions. In this module, we are going to discover more about this function and how we can use it in our programs. Defining the sprintf() function The Linux Man Pages for…

The yum command in Linux – A Cheat sheet

Yum Command

Every Linux distribution has a command line application called as package manager. Its main job is to take care of dependency resolution and install them whenever you try to install a new software and make sure that the installed dependencies…