Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.11 KB

File metadata and controls

10 lines (9 loc) · 1.11 KB

Programming-with-C

📂 Solutions Included

Name Description link
String Operations 1 Implemented string operations using menu driven method including length, copy, concatenate, compare, case conversion, character counts, reverse, and palindrome check. View Code
String Operations 2 Implemented string operations includes search a character and report its position ,find out the character at the specified position ,display the number of occurances and palindrome or not. View Code
Substring This program counts occurrences of a substring in a given string and outputs the result. View Code
Student Details Implemented a student mark details using structure in C. It includes display each student's details by rollno , overall toppers , slow learners and toppers in each subjects(subjects can be changed according to the academics). View Code
Bank App Implemented a simple Bank App using structure in C which includes deposit,transfer,check balance operations. View Code