C++ Institute CPA - C++ Certified Associate Programmer CPA-21-02 Question # 31 Topic 4 Discussion

C++ Institute CPA - C++ Certified Associate Programmer CPA-21-02 Question # 31 Topic 4 Discussion

CPA-21-02 Exam Topic 4 Question 31 Discussion:
Question #: 31
Topic #: 4

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;


A.

1


B.

2


C.

3


D.

4


Get Premium CPA-21-02 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.