Firstly we will discuss here Fundamental concept of Problem solving. Then This chapter gives the viewer/reader an overview of C language and tells about the structure of C program and various component of a C …
Read More »Fundamental concept of Problem solving
What are the Problem solving strategies?
The most popular method of problem solving is to divide and conquer. This means that the problem has to be divided into smaller problems, each of which must be solved to get the complete solution. …
Read More »Program design & implementation
There are two types of designing approach: 1. Top down design. 2. Bottom up design. Both have been describe together with examples. Any problem can be dealt with two ways, viz. top down or bottom …
Read More »