solve it
Q.6 Write a program in C++ to define a structure that has the following members. Member name code name city country Data type int string string string Declare the structure type variable as defined above, input the data into it and print it on the screen. Q.7 Write a program to declare variables of structure type as mentioned. above (in Q.6). Input data into two structure type variables, swap the values and print the results on the screen after swapping.
solve it
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am