C82. Type Conversion in C

Опубликовано: 28 Сентябрь 2024
на канале: Tech Courses
52
8

In this video we are going to discuss about implicit and explicit type conversion in C.

Summary :
- Type Conversion means converting one data type to another data type.
- It is of two types - implicit and explicit
- Implicit conversion is done automatically by compiler
- Explicit type conversion is done by programmer using type casting.

Audio language : Hindi
In this course , we are going to cover all C concepts in simple and easy to understand terms.
This course started from basics and now we are covering advance topics that are important from interview point of view.

Github : https://github.com/TechCourses4u/C-La...
Programs :
https://github.com/TechCourses4u/C-La...