This project implements a text processing algorithm in C that analyzes a specific student course registration format based on Lab 7 requirements.
The system accepts a single string where course names are joined by the # character.
- Count Courses: Iterates through the string counting delimiters to find the total number of items.
- Find Longest: Tracks the start index and length of the longest substring between delimiters.
- Format Output: Replaces
#with newlines to print a clean list.
Input: veriyapilari#algoritma#programlama#veritabani
--- Analiz Sonuclari ---
Toplam ders sayisi: 4
En uzun ders: veriyapilari (12 karakter)
--- Ders Listesi ---
veriyapilari
algoritma
programlama
veritabani