
youtube-dl (Command Based Youtube Downloader)

Downloading youtube.com videos to local machine is always a challenge as the streaming sites keep on updating their p…
Downloading youtube.com videos to local machine is always a challenge as the streaming sites keep on updating their p…
By blogging and Google Adsense, my long time wish have come true that I got an DSLR (Nikon D5100). Nikon D5100 …
Often you come across a situation where you try to open a machine remotely using ssh and try to start a server or a …
This post will help you to find out the Product Name System Vendor Name This will help you to find the suitabl…
Here is the list of sample programs using C, This is list number 2. There are 21 more programs at this post. http://w…
A function can accept a structure as a parameter and even it returns a parameter too. Either the individual structur…
Structure in C groups different data type under a common name struct is a keyword to declare a structure The size …
Like numbered arrays, C handles character arrays (strings). Each string is identified as a character array and end…
Arrays in C programming starts with memory addresses. Yes the compiler handles arrays as memory addresses. Similar e…
Almost all the programming languages uses functions. Functions are the entities which are grouping a set of statement…
C supports Decision Making and Looping (Interations) In decision Making, if, if-else, if- else if – else, switch – c…
Declaration of variable names does two things it tells the compiler what the variable name is specifies what type o…
Tokens are classified as Keywords Identifiers Operators Constants Special Symbols Keywords Keywords are rese…
Printf() is a function to print strings to the display unit and scanf() is to scan the input through the keyboard th…
/* This program is written by T S Pradeep Kumar on 28th Sep 2010 This is to display Hello World to the display unit …
This post and the subsequent posts will help you in understanding the intricacies of C programming. These posts just s…
This post has no relation with networks, however these C programs help anyone who started learning C programming. It c…