What is typedef keyword?



Raj Said

+0 -0

The typedef keyword in C programming is used to create an alias for an existing data type. This can be useful for making code more readable or for creating custom data types.



Submit Your Response