List the basic data types available in C. Explain with an example.
02] a] List the basic data types available in C. Explain with an example. Integer (int) :- Data type that can store non-decimal numbers in memory. ex:- Floating point (float) :- Data type that can store decimal numbers in memory…