Computer Science, asked by kp972578, 8 months ago


What is the use of typedef
keyword in C language?​

Answers

Answered by meghasharma8998
1

Answer:

The typedef keyword allows the programmer to create new names for types such as int or, more commonly in C++, templated types--it literally stands for "type definition". Typedefs can be used both to provide more clarity to your code and to make it easier to make changes to the underlying data types that you use.

plzz mark my ans as brainliest..

Answered by chetanisaksham05
0

Answer:

c++ ..............uwisksjd

Similar questions