DATA TYPES : C supports several different types of data, each of which may be represented differently within the computer’s memory. There are Tow Data type in C programming Language. They are: Primary Data type and secondary Data type Primary Data type : Primary data types consist following data types: Integer types Floating Point Types Character Types Double 2.Secondary data types: Array Pointer Union Enum etc
There's more than one Algorithms to solve any Problem.