C Program to Illustrate all data types.
C Program to Illustrate all data types. The four different data types are assigned the corresponding values are printed. We can see that, to print a Integer value we give a %d sign, similarly for Character %c, Float %f and for Double %e.Read more about C Programming Language . /************************************************************ You can use all the …