Hi, i’m a B.A. Student from Sikar. I Join the course in 21st Dec, 2020 and Started Learning C programming to pursue a career in IT.

Skills

C Programming – Intermediate

Project

Guess the Number:

This was developed as a Console Application where user was challenged to guess a number and this program displays a Hint msg after each guess whether the number entered by the user is small or bigger than the actual target number. The player can guess the number in 100 chances max. Once the Player guesses the right answer this program displays a Winning msg and the current Score of the user.

Here the score of all the player was being saved in the File.

Programming concept used

To build this project we’ve used Pointer, Structure, Array, File handeling and other basic concept of programming language .