63.C Program to Store Information of a Student in a Structure

C Program to Store Information of a Student in a Structure

This program stores the information (name, roll and marks entered by the user) of a student in a structure and displays it on the screen.
To understand this example, you should have the knowledge of following C++ programmingtopics:
  • C++ Structures
  • C++ Strings

Comments

Popular posts from this blog

10.C++ Program to Find All Roots of a Quadratic Equation

8.C++ Program to Check Whether a character is Vowel or Consonant.

9.C++ Program to Find Largest Number Among Three Numbers