Skip to content
#

isa-sulaiman

Here are 3 public repositories matching this topic...

A minimalist command-line interpreter. It provides a basic interface for users to interact with their computer, allowing them to execute commands, navigate the file system, and manage processes. This project demonstrates fundamental principles of system programming, and serves as a foundation for building more advanced shell applications.

  • Updated Oct 22, 2023
  • C

Printf is a core C library function that allows for formatted output, making it a crucial tool for displaying information to the user. By studying and implementing printf, developers can gain insights into string formatting, variable arguments, and low-level I/O, improving their understanding of C and programming in general.

  • Updated Aug 13, 2023
  • C

This repository explores the implementation of two fundamental data structures in C. Stacks are used for managing data with a last-in-first-out approach, while queues operate with a first-in-first-out strategy. Understanding and utilizing these data structures is essential for efficient algorithm design and data management in C programming.

  • Updated Aug 27, 2023
  • C

Improve this page

Add a description, image, and links to the isa-sulaiman topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the isa-sulaiman topic, visit your repo's landing page and select "manage topics."

Learn more