Answer to Question #13633 in C++ for Chad Dylan Cooper

Question #13633
Declare a structure data type named studentType to store the following data about a student: student name, student id, course, year enrolled.
1
Expert's answer
2012-08-30T09:22:37-0400
struct studentType{
& char name[50];
& int id;
& int course;
& int year;
& };

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS