Open dummy-co-der opened 3 years ago
Hello @dummy-co-der,
Thank you for opening an issue. :octocat:
Note - Self-assigns by the original author will be prioritised by mentors manually
To get assigned to this particular issue please use /assign
Check this guide before contributing.
@vasu-1 Kindly review!
Please make the pr
issue can not be merged !
you will have to make the changes in the repositories , and then make the pr for the respective issue !
if you don't getting it then DM me in the discord
@vasu-1 Kindly review #8308 PR
Can I work on this issue?
@vasu-1
@vasu-1
already working @dummy-co-der
Description
Type Casting - C Programming
What is type casting?
*Type casting refers to changing an variable of one data type into another. The compiler will automatically change one type of data into another if it makes sense. For instance, if you assign an integer value to a floating-point variable, the compiler will convert the int to a float. Casting allows us to make this type conversion explicit, or to force it when it wouldn’t normally happen.
*Type conversion in c can be classified into the following two types:
Implicit Type Conversion
An example of implicit conversion
Output
Explict Type Conversion
An example of explicit conversion
Output
Advantages of Type Conversion:
Domain
C/CPP
Type of Contribution
Documentation
Code of Conduct