Write a program in c to take an Integer, Character and Float as input using scanf and print them using printf function. To understand this program, you should have knowledge of Input and Output in C Input/Output in C can be achieved using scanf() and printf() functions. The printf and scanf are two of the many functions found in the C ... Read more