Computer Science, asked by aparnabhuyan, 1 year ago

what is the use of typedef

Answers

Answered by yasha16
2
typedef is used to give a new name to an existing datatype.
ex:
typedef  float  mark;
//this imply that in place of float we can use mark to declare a variable . 
Similar questions
Math, 7 months ago