Take Input From User Of Different Datatypes In C
Here, printf() is used to display text on the screen. The sign & is used to assign the input value to the variable and store it at that particular location. scanf() is used to take input from the user using format specifier. %d and %i, both… Read More »Take Input From User Of Different Datatypes In C