Skip to content

kironix/practice-c-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programming Lab Solutions

This repository contains solutions to 58 fundamental C programming problems covering various topics from basic conditionals to advanced pointer operations.

📚 Problem Categories

🔤 Basic Conditionals (Problems 1-7)

  • Problem 1: Find largest and smallest of three numbers using if-else statements
  • Problem 2: Check if number is even or odd using if-else statements
  • Problem 3: Check if year is leap year using if-else statements
  • Problem 4: Find second largest number using if-else statements
  • Problem 5: Check whether triangle is equilateral, scalene or isosceles
  • Problem 6: Check whether number is negative, positive or zero
  • Problem 7: Check whether alphabet is vowel or consonant using switch case

🔄 Loops (Problems 8-14)

📊 Arrays (Problems 15-27)

🔤 Strings (Problems 28-41)

⚙️ Functions (Problems 42-49)

🔁 Recursion (Problems 50-53)

👉 Pointers (Problems 54-58)

Happy Coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages