Huzaifa Farooq's repositories
C-Interview-Questions-Solutions
My solutions of C++ interview questions, implemented using multiple approaches. Each problem is solved in various ways (e.g., using if-else, pointers, functions, bool, etc.) to showcase different methods and enhance understanding.
Ultimate-Number-Guessing-Game
One of the most feature-packed number guessing games on GitHub! It features win streak tracking, a carry-forward attempt system, difficulty levels, and much more. Play solo or challenge a friend for a thrilling experience. This project showcases my strong grasp of C++ fundamentals, including loops, conditionals, and game logic.
Language:C++000