Posts

Showing posts from January, 2023

Programming in C

Image
      UNIT -1   Programming   To solve a computing problem, its solution must be specified in terms of sequence of computational steps such that they are effectively solved by a human agent or by a digital computer.   Programming Language   1)             The specification of the sequence of computational steps in a particular programming language is termed as a program 2)             The task of developing programs is called programming 3)             The person engaged in programming activity is called programmer   Techniques of Problem Solving   Problem solving an art in that it requires enormous intuitive power & a science for it takes a pragmatic approach. Here a rough outline of a general problem solving approach. 1)   ...