Pinned Repositories
Electricity_Bill_Calculator
This is a simple CLI-based application written in C that calculates your approximate electricity bill based on the previous month's meter reading and the current meter reading. It uses a fixed rate per unit to compute the total charge.
Luhn_Algorithm
This C program validates a 16-digit number using the Luhn algorithm, a simple checksum formula used to validate identification numbers such as credit card or debit card numbers.
Luna_Shell
Marksheet_Maker
This is a simple terminal-based C program designed to generate an intermediate (Class 11–12) marksheet for students based on their stream. It only uses basic C constructs (printf, scanf, if-else, and strcmp) and demonstrates how conditional logic can handle multiple user scenarios cleanly.
NumScope
NumScope is a command-line based number theory toolkit written in C, built entirely using foundational programming concepts such as loops, conditionals, and functions.
silven-mohan's Repositories
silven-mohan/Electricity_Bill_Calculator
This is a simple CLI-based application written in C that calculates your approximate electricity bill based on the previous month's meter reading and the current meter reading. It uses a fixed rate per unit to compute the total charge.
silven-mohan/Luhn_Algorithm
This C program validates a 16-digit number using the Luhn algorithm, a simple checksum formula used to validate identification numbers such as credit card or debit card numbers.
silven-mohan/Luna_Shell
silven-mohan/Marksheet_Maker
This is a simple terminal-based C program designed to generate an intermediate (Class 11–12) marksheet for students based on their stream. It only uses basic C constructs (printf, scanf, if-else, and strcmp) and demonstrates how conditional logic can handle multiple user scenarios cleanly.
silven-mohan/NumScope
NumScope is a command-line based number theory toolkit written in C, built entirely using foundational programming concepts such as loops, conditionals, and functions.
silven-mohan/2K23-EXAM-PAPERS
silven-mohan/2K25-EXAM-PAPERS
silven-mohan/Anagram_Checker
A simple C program that checks whether two given words are anagrams of each other. Anagrams are words or phrases that contain the same characters in a different order (e.g., listen and silent).
silven-mohan/Arith1-prabhu
silven-mohan/ArithmeticOps
ArithmeticOps performs arithmetic operations on some values in x86_64 Assembly.
silven-mohan/Ascending_and_Descending_order_Sorter
This C program allows the user to sort a list of integers in ascending order, descending order, or both. It provides a simple menu-driven interface so the user can choose the desired sorting mode and view the results immediately.
silven-mohan/ASCII_Values
This simple C program prints ASCII values from 0 to 255
silven-mohan/Binary_Encoder_Decoder
A simple yet powerful Python program that encodes text into binary and decodes binary back to text using 8-bit ASCII encoding. Supports alphabets, digits, punctuation, and special characters.
silven-mohan/Combinations_Calculator
This is a simple command-line tool to compute combinations (nCr) using iterative factorials in C.
silven-mohan/Date2Day
Date2Day is a C program that calculates the day of the week for any given date using Zeller's Congruence. It accepts date, month (as a string), and year from the user and outputs the corresponding weekday.
silven-mohan/EleMentor
EleMentor is a Python GUI application for chemistry learners. It helps users explore chemical elements
silven-mohan/EvenNOdd_Finder
A simple executable program created for fun and learning purposes. It takes a user input and determines whether the number is even or odd.
silven-mohan/Factorial_Calculator
This is a simple CLI-based C program that calculates the factorial of a given number. It uses a decrementing for loop and an accumulator variable.
silven-mohan/Factors_Finder
This program takes a number from the user and prints all its factors in a formatted list. It's a beginner-friendly C project that uses a for loop and conditional logic.
silven-mohan/Kaprekar_Routine
This repository demonstrates the famous Kaprekar’s Routine in C, implemented for both 3-digit and 4-digit numbers. Kaprekar's Routine is a process in recreational mathematics that repeatedly rearranges digits and subtracts numbers to reach a fixed point, known as the Kaprekar Constant.
silven-mohan/LeapCheck
LeapCheck identifies whether the current year or the custom year is a leap year or not.
silven-mohan/Limits_Interpreter
Limits Interpreter is a cli-tool used to know the details(e.g., range,..) of various data types in C programming language.
silven-mohan/MessBro
MessBro is an useful CLI tool for the boys students who are currently pursuing their Bachelor Studies at Jawaharlal Nehru Technological University Gurajada, Vizianagaram.
silven-mohan/Mirror_Check
Mirror Check is a CLI-Application which checks whether user-entered string is a palindrome or not irrespective of case.
silven-mohan/Multiplication_Table_Generator
Multiplication Table Generator is a fun project which generates multiplication table for any number.
silven-mohan/PassCheck
Analyzes the user entered password and gives strength of the password.
silven-mohan/pH_Interpreter
pH_Interpreter is a tool which prompts for pH value and gives the strength.
silven-mohan/Place_Value_Decomposer
A Program inspired from my sister's homework.
silven-mohan/Prime_Number_Detector
This is a simple C program that checks whether a given number is a prime number or not. It accepts a number from the user and prints a clear message about its status.
silven-mohan/Temperature_Converter
This is a simple command-line application written in C to convert temperatures between Celsius, Kelvin, Fahrenheit.