what is the use of typedef
Answers
Answered by
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 .
ex:
typedef float mark;
//this imply that in place of float we can use mark to declare a variable .
Similar questions
Chemistry,
7 months ago
Science,
7 months ago
Environmental Sciences,
1 year ago
Physics,
1 year ago
English,
1 year ago