Open in app

Sign In

Write

Sign In

Chebbi Mounir
Chebbi Mounir

Home

About

Mar 12, 2021

What is Recursion and how to stack it?

Recursion: Basic Concept: In computer programming, recursion is the process in which a function calls itself. Let’s take this example: In this code, we calculate the x to the power of y using a recursive algorithm. The way it works is by multiplying x, y times, each new call to function _pow_recursion decrements y (in case…

Recursive

2 min read

What is Recursion and how to stack it?
What is Recursion and how to stack it?
Recursive

2 min read


Dec 14, 2020

Dynamic Libraries in C

Will be posted soon!! Will be posted soon!! Will be posted soon!! Will be posted soon!!

C Programming

1 min read

Dynamic Libraries in C
Dynamic Libraries in C
C Programming

1 min read


Nov 25, 2020

lBehind the scene of “ls -l” command in the shell

Soon, I am gonna publish this article about What happens when you type ls -l in the shell. Soon, I am gonna publish this article about What happens when you type ls -l in the shell. Soon, I am gonna publish this article about What happens when you type ls -l in the shell.

Shell

1 min read

lBehind the scene of “ls -l” command in the shell
lBehind the scene of “ls -l” command in the shell
Shell

1 min read


Sep 17, 2020

Understanding the GCC compiler

The GCC compiler ( gcc stands for GNU Compiler Collection ), is one of the most used compiler systems in the world and played an important role in the growth of free software basically for being under the GNU General Public License (GNU GPL). What is a compiler? The compiler is a peace of…

Gnu Linux

2 min read

Understanding the GCC compiler
Understanding the GCC compiler
Gnu Linux

2 min read


Sep 15, 2020

This is why “Unix Pipelines” are so powerful

Unix Pipelines are basically the mechanism of connecting, directly, the output of a program to the input of another program. A brief history: “Historically” developers did not think of connecting programs at all, in fact they used to see a program as an entity that takes gives a certain output…

Linux

2 min read

This is why “Unix Pipelines” are so powerful
This is why “Unix Pipelines” are so powerful
Linux

2 min read

Chebbi Mounir

Chebbi Mounir

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech