a) Integer
b) Float
c) Boolean
d) Character Array
For Explanation Click Here:
In programming, common valid data types are Integer, Float, and Boolean. A “Character Array” is not typically recognized as a fundamental data type. It might be used in specific programming languages (such as C or C++), but it is not one of the fundamental types like Integer or Boolean.