VOOZH
about
URL: https://www.geeksforgeeks.org/tag/menu-driven-programs/
⇱ Menu driven programs Archives - GeeksforGeeks
👁 geeksforgeeks
Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
C++
3.8K+ articles
C Language
1.3K+ articles
Numbers
327+ articles
cpp-switch
8+ articles
Menu Driven Program For Vaccination Registration System
Last Updated: 23 July 2025
Pre-Requisite: Linked list concept in C program, Function structure in C LanguageProblem Statement:Write a program to build a menu-driven Covid Vaccination Registration Po...
read more
👁 article_image
C Language
Geeks-Premier-League-2022
Menu driven programs
Menu driven program for Voting System
Last Updated: 23 July 2025
In this article, we will write a menu-driven program to implement the Voting System. The program must contain the following properties:Cast votes.Display the count of vote...
read more
👁 article_image
Project
Technical Scripter
C++ Programs
C++
Technical Scripter 2020
Menu driven programs
Menu driven program in C++ to perform various basic operations on array
Last Updated: 12 July 2025
Prerequisite: Switch Statement in C/C++, Functions in C/C++, Loops in C and C++, C/C++ do-while loop with ExamplesWrite a menu-driven program to perform below various basi...
read more
👁 article_image
Searching
Mathematical
Technical Scripter
Technical Scripter 2020
DSA
Arrays
Reverse
Arrays
Menu driven programs
Menu driven program for all operations on singly linked list in C
Last Updated: 05 August 2025
A Linked List is a linear data structure that consists of two parts: one is the data part and the other is the address part. In this article, all the common operations of ...
read more
👁 article_image
C Language
Technical Scripter 2020
Linked Lists
Delete a Linked List
Linked-List-Sorting
Menu driven programs
Menu-Driven program for Phone Directory
Last Updated: 23 March 2023
Problem Statement: Write a menu-driven program for using switch-case with following features:Store Contact numbers of peopleSearch for the Contact numbers using their name...
read more
👁 article_image
DSA
cpp-switch
Menu driven programs
Menu-Driven Program for Bank Management System
Last Updated: 12 July 2025
Prerequisite: Switch Case in C/C++Problem Statement:Write a program to build a simple Bank Management System using C++ which can perform the following operations:Open acco...
read more
DSA
Menu driven programs
Menu Driven Program to convert MKS to CGS and CGS to MKS
Last Updated: 12 July 2025
Prerequisite: Switch Case in C/C++Problem Statement:Write a menu-driven program using the Switch case to convert the CGS system to MKS system and vice versa.Approach:MKS(M...
read more
C Language
Numbers
Menu driven programs
Menu Driven C++ Program for a Simple Calculator
Last Updated: 22 June 2022
Problem Statement: Write a menu-driven program using the Switch case to calculate the following:Addition of two numbersDifference between two numbersProduct of two numbers...
read more
👁 article_image
C++
Menu driven programs
Menu-Driven program using Switch-case in C
Last Updated: 21 July 2023
A Menu Driven program is a program that represents a menu of options to the user and different actions are performed based on different options. In this article, we will l...
read more
👁 article_image
Misc
Technical Scripter
C Programs
C++ Programs
Computer Science Fundamentals
cpp-switch
Menu driven programs