03 - WAP to Print the Given String in a Reverse Order. October 13, 2017 This Program Prints the given String in Reverse Order without reversing the Characters of the String. #include #include #define M...Read More
02 - WAP to Swap given Two Number's. October 13, 2017 This program Swaps the Given two Number's. #include //swap function to swap the numbers void swap (int *x, int *y ) { //declara...Read More
01 - WAP to Print Upper Case to Lower Case and vice versa. October 13, 2017 This is a Program to print a given letter's from Upper case to lower or Lower case to upper. #include #include #include int ...Read More
2.0 - Introduction to Linux September 14, 2017 What is Linux ? - Linux is a free and open source operating system that is causing a revolution in the computer world - Original...Read More
1.1 - Linux History September 13, 2017 History of Linux How it all started? With GNU (GNU is not UNIX) Richard Stallman made the initial announcement in 1983, Free...Read More