Google+

Tuesday, 28 October 2014

Algorithm: Looping: Post 3

Hey guys, Today we are discussing looping.
See looping is one of the most important part of programming, because almost every program uses loops.
And if you are interested in jobs related to I.T. industries then looping is one thing you need to have command on.

Some very basic questions asked during technical interview are:-
1.Draw pattern 
*****
****
***
**
*
2.Write 
                                                                             11111
                                                                             2222
                                                                             333
                                                                             44
                                                                             5

Monday, 20 October 2014

Algorithm: Proper Programming Practices: Post 2

See the best coding practices are only a set of informal rules that the software development community has learned over years which can improve quality of software.

Saturday, 18 October 2014

Algorithm: Introduction to World of Programming: Post 1

The biggest question here is, After all WHAT IS PROGRAMMING?

What is the Computer Programming?
It can be said that Computer programming is simply the act of writing computer program.