Skip to content
View devs-aparna's full-sized avatar

Block or report devs-aparna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. String-Operations-using-User-Defined-Functions String-Operations-using-User-Defined-Functions Public

    A C program to implement following operations on string using user-defined functions: Comparison of Two Strings, Copying One String into Another, Finding the String Length, Concatenating Two String…

  2. Character-to-Morse-Encoding-in-C Character-to-Morse-Encoding-in-C Public

    A C program that encodes English characters into Morse code using parallel arrays.

  3. Car-Seat-Belt-Warning-System-Using-C Car-Seat-Belt-Warning-System-Using-C Public

    A car seat belt warning system using an ON/OFF switch mechanism that alerts the driver when the seat belt is not fastened, thereby enhancing passenger safety.

  4. Breakfast-Shop-Bill-Generator Breakfast-Shop-Bill-Generator Public

    A simple C program that calculates and prints the total bill for a breakfast shop based on user-selected menu items and their quantities so as to automate billing and reduce manual errors in order…

  5. Employee-Record-and-Salary-Management-System Employee-Record-and-Salary-Management-System Public

    A C program that manages and displays employee information for a company using structures.

  6. Expense-Calculator-Using-C-program Expense-Calculator-Using-C-program Public

    A C program to create an expense calculator using recursive functions and pointer to array.