Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programs

Description

This repository contains a collection of C programs that demonstrate various algorithms, data structures, and problem-solving techniques.

Program 1

This program reads and processes order data from a file, storing the information in parallel arrays. It prints the order records and generates detailed subtotal reports by order ID and product ID for analysis and tracking.

Program 2

This program demonstrates dynamic memory allocation in C using realloc() to manage a growing list of contact names entered by the user. It allows users to add, view, and prevent duplicate entries in a simple contact management system.

Program 3

This program focuses on implementing a Caesar Cipher encryption and decryption program and analyzing program behavior and stack frames.

Program 4

This program focuses on data processing, where the first part calculates the mean and population standard deviation of a fixed array, and the second part modifies the program to allow inputting multiple numbers from the keyboard until EOF, with support for input redirection.

Languages and Utilities Used

  • C

Environments Used

  • VSCode

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages