Tutorial 2- Input Output in c Programming Language

Опубликовано: 21 Март 2025
на канале: Priyanka Jamdar
73
1

As we all know the three essential functions of a computer are reading, processing and writing data. Majority of the programs take data as input, and then after processing the processed data is being displayed which is called information. In C programming you can use scanf() and printf() predefined function to read and print data.