Sata type is nothing but a way to declare any variable of that kind. It can be explain by a statement. Eg: Int x; float y; char z; Here x is a variable of type int (integer).where x assign a value which is of integer type.i.e x=5 & not … Read more