Question: Write the code in c++. Tasks Question 1: Create a structure Person with member variables name of type string, age of type int and salary

Write the code in c++.
Tasks Question 1: Create a structure Person with member variables name of type string, age of type int and salary of type float. Create a member function print with void return type. Declare and define it inside structure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
