0 votes
in C Plus Plus by
What is the use of typedef in C Language?

1 Answer

0 votes
by

The typedef help in easier modification when the programs are ported to another machine.

A descriptive new name given to the existing data type may be easier to understand the code.

Related questions

+1 vote
asked Mar 12, 2020 in C Plus Plus by rahuljain1
+2 votes
asked Jan 21, 2021 in C Plus Plus by SakshiSharma
...