Thursday, 31 January 2013

Understanding an RDBMS

Every database is composed of one or more tables. These tables, which structure data into rows and columns, are what lend organization to the data. Here’s an example of what a typical table looks like: As you can see, a table divides data into rows, with a new entry (or record) on every row. If you flip back to my original database-as-filing-cabinet analogy, you’ll...

Sunday, 27 January 2013

Loops in C

 This is an attempt at explaining the loops in C .It is not complete, just the basics. C Programming Loop is  a construct which execute a set of statements certain number of times.  It is simply a way to execute the statement(s) as many as times you want.  Suppose you have to print your name on screen? We...

Wednesday, 23 January 2013

Batch File Programming

  Batch file programming is the native programming offered by the Microsoft Windows Operating  System. Batch files consist a set of commands (i..e MS Dos commands) ,which interpreted line by  line when we  execute the file.  Batch file is really helpful in automating tedious tasks   and for maintaining system logs or clearing  unwanted...

Tuesday, 8 January 2013

C language

'C' is a well known programming language which was developed by Dennis  Ritchie  in 1972 in  AT&T Bell Labs. This programming language was influenced by B , BCPL ,  ALGOL, and some other programming languages. C language is structured & procedural based programming language .Many programming language which we are using today were influenced from...

Monday, 7 January 2013

Practice programming & compare your coding

                                             Practice programming & compare your coding on http://projecteuler.net/ ...