Printf() Formatting Specifiers in C Language
Guide on how to specify the format in which you want to show a variable when using the printf() function, the syntax, and the method to set the output formats.
Read More453 articles found
Scripting
Guide on how to specify the format in which you want to show a variable when using the printf() function, the syntax, and the method to set the output formats.
Read More
Scripting
Practical guide on the the difference between the malloc() and calloc() functions, their syntax, calling method, and operation to allocate the dynamic memory.
Read More
Scripting
Practical tutorial on what a function pointer is in the C language, how to declare it, and how to assign it with the memory address where a function is located.
Read More
Scripting
Tutorial about loops in C, its syntax, how they work, how to create infinite loops for applications, and how to use the escape and iteration forced statements.
Read More
Scripting
Tutorial on what the command line arguments are in C language and how to access and use them to create executable programs that send/receive these parameters.
Read More
Scripting
Comprehensive tutorial on how to use the available operators in C to perform the bitwise operations, their function, the expression used, and how to use them.
Read More
Scripting
Comprehensive tutorial on how to get the module of a division with two different modes and how to get a modulus by a simple operation with the “%” operator.
Read More
Scripting
Guide on how to check the existence of files with the access() function, its syntax, the calling method, and the type of arguments it uses along with examples.
Read More
Linux Commands
On Linux, the kernel can be updated by numerous methods like using the mainline kernel installer, update manager, or download the latest version deb file.
Read More
Linux Commands
To unzip a .tgz file using the terminal, there are two ways. The first one is by using the tar utility, and the second one is by using the gunzip utility.
Read More