PHANTOM
🇮🇳 IN
Skip to content

YakuphanBlmz/C-Programs-Advanced-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Sınav Hazırlık / C Exam Preparation

Dil Katkılar Lisans


C Programming Exam Preparation (EN)

This repository contains sample questions for exam preparation in the C programming language. You can use these questions to practice for your exams, to reinforce the basics of the C language and to measure your own level of knowledge.

🚀 How to Use

  1. Navigate to a question folder (e.g., 01_MEDIUM_perfect_number, 04_EASY_problems01, etc.).
  2. Read the description.txt file in the folder to understand the problem.
  3. Try to write your own solution in a new .c file.
  4. Once you're done, you can compare your solution with the provided solution file(s) (e.g., solution.c, example_solution.c) in the same folder.

💡 Difficulty Levels

Questions are categorized by difficulty, indicated by a prefix in the folder name (e.g., 04_EASY_..., 01_MEDIUM_..., xx_HARD_...).

  • EASY & MEDIUM: If you are a beginner, we recommend starting with the EASY and MEDIUM folders to build a strong foundation.
  • HARD: For those who want to advance their C programming skills, the HARD folders will provide a good challenge.

📚 Topics Covered

These questions cover a wide range of topics in the C programming language. These topics include:

  • Basic data types and operators
  • Control structures (if, else, switch, etc.)
  • Loops (for, while, do-while)
  • Functions and procedures
  • Arrays and pointers
  • Memory management
  • File operations
  • ...and more!

🤝 Contributing

If you want to add your own questions or contribute to existing questions, please create a fork and then add your contributions to the repository. You can contribute with pull requests.

I hope this repository will help you improve your skills in the C programming language and better prepare for exams. Good work!


C Programlama Sınavı Hazırlık (TR)

Bu depo, C programlama dilinde sınavlara hazırlık amacıyla kullanılacak örnek sorular içermektedir. Sınavlarınız için pratik yapmak, C dilindeki temel konuları pekiştirmek ve kendi bilgi seviyenizi ölçmek için bu soruları kullanabilirsiniz.

🚀 Nasıl Kullanılır?

  1. Bir soru klasörüne gidin (örn: 01_MEDIUM_perfect_number, 04_EASY_problems01, vb.).
  2. Soruyu anlamak için klasör içindeki description.txt dosyasını okuyun.
  3. Kendi çözümünüzü yeni bir .c dosyasına yazmayı deneyin.
  4. Tamamladığınızda, çözümünüzü aynı klasördeki mevcut çözüm dosyası/dosyaları (örn: cozum.c, ornek_cozum.c) ile karşılaştırabilirsiniz.

💡 Zorluk Seviyeleri

Sorular, klasör adlarındaki öneklerle (örn: 04_EASY_..., 01_MEDIUM_..., xx_HARD_...) zorluk seviyelerine göre kategorize edilmiştir.

  • EASY & MEDIUM: Eğer yeni başlıyorsanız, sağlam bir temel oluşturmak için EASY ve MEDIUM klasörlerinden başlamanızı tavsiye ederiz.
  • HARD: C programlamada ileri seviyeye gelmek isteyenler ise HARD klasörlerindeki sorularla kendini deneyebilir.

📚 Soruların Kapsadığı Konular

Bu sorular, C programlama dilindeki geniş konu yelpazesini kapsamaktadır. Bu konular arasında şunlar bulunmaktadır:

  • Temel veri tipleri ve operatörler
  • Kontrol yapıları (if, else, switch, vb.)
  • Döngüler (for, while, do-while)
  • Fonksiyonlar ve prosedürler
  • Diziler ve işaretçiler
  • Bellek yönetimi
  • Dosya işlemleri
  • ...ve daha fazlası!

🤝 Katkıda Bulunma

Eğer kendi sorularınızı eklemek veya mevcut sorulara katkıda bulunmak istiyorsanız, lütfen bir çatal (fork) oluşturun ve ardından deponuza katkılarınızı ekleyin. Pull talepleriyle (pull request) katkıda bulunabilirsiniz.

Umarım bu depo, C programlama dilindeki becerilerinizi geliştirmenize ve sınavlara daha iyi hazırlanmanıza yardımcı olur. İyi çalışmalar!

About

I opened this repository in preparation for the exam.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages