Posts

Showing posts from March 14, 2023

Logic Building In C

C programming Language contains module called functions.  C functions are the basic building block and the most programmers take its benefit. Programmers include these functions in their program from the C standard library. C combines the features of a high level language and functionality like assembly languages. In C, one can develop a program fast and execute fast. It reduces the gap between high-and Low-level languages that is why it is well suited for writing both applications and System Software. C is structural language facilitates the development of variety of programs in small modules or blocks. With appropriate collection of different modules, the programmer can make a complete program. It is easy for writing, testing, debugging and maintenance with structured programming. In case some changes are to be done in a program, the programmer can refer to the earlier written module with editor and  incorporate the appropriate changes. Hence, structured languages are easier and mo