Exam CPA Topic 1 Question 68 Discussion
Actual exam question for C++ Institute's CPA exam
Question #: 68
Topic #: 1
Question #: 68
Topic #: 1
Which of the following is a user defined data type?
1: struct person { char name[20]; int age; };
2: int l=2;
3:
enum color {red,blue, green};
D.char c;
1: struct person { char name[20]; int age; };
2: int l=2;
3:
enum color {red,blue, green};
D.char c;
Suggested Answer: B,D Vote an answer
by Baron at Jan 30, 2025, 04:58 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).