Question: 1- create an int variable and assign it a value.
2- Print the int variable as a int and as a char.
3- Create a double variable and assign it a value.
4- Print the variable
5-creat a char variable and assign it a value
6- Print the variable as a char and as an int
the homework file must be .c file, please use C programming not C++ or other things.