Typecasting in C

In this article, I have explained about Typecasting in the C language. The definition, categories of Typecasting, Why it is used and How, along with many examples so that it will be easy to understand.


Typecasting simply refers to changing the data type of one variable to another .

For example, changing an int variable to a double, char to int etc. But before we talk about typecasting, we need to first properly understand the concept of data types and their different properties.


We know that in ...

 •  0 comments  •  flag
Share on Twitter
Published on October 18, 2020 08:13
No comments have been added yet.