Computer Science, asked by PromitDas9318, 9 months ago

Write a C program to display a different data type values

Answers

Answered by RewelDeepak
0

Answer:

Sample Input and Output: Enter int, short int and long int values : 23456 212 43567184 Enter float, double and long double values : 3.21 4.5678 11.234567 Enter a character : A Given int value : 23456 Given short int value : 212 Given long int value : 43567184 Given float value : 3.210000 Given double value : 4.567800

Similar questions