Computer Science, asked by gurjarrajni5gmailcom, 2 months ago

which is user defined data type Inc++ MCQ answer​

Answers

Answered by jmahvish
0

Answer:

Which keyword is used to define the user defined data types?

a) def

b) union

c) typedef

d) type

View Answer

Answer: c

Explanation: Typedef is used to define user defined datatypes.

eg:

typedef int INT;

INT a;

here INT is used defined data type.

advertisement

Similar questions