Showing posts with label how to. Show all posts
Showing posts with label how to. Show all posts
Sunday, 8 September 2013

Tutorials of basic C for print different patterns


Patterns, a repeating steps that forms a shape or a figure that we can easily remember or identify,

*
**
***
****
*****

Friday, 6 September 2013

Linear queue



There might be some problem of implementing linear queue though it is very simple. Here is your solution, you can just read the article and you will get the answer for your questions. Here every single step is explained which is done in program coding with snap shots of the program itself.