3.3 - Linux : Shell Scripting - Basics December 01, 2017 Programming languages: There are various types of programming languages, compared on various parameters From Embedded system engin...Read More
3.2 - Linux : Visual Editor December 01, 2017 Introduction to Visual Editor • vi or vim • To open a file $ vi <filename> or vim <filename> • vi opens a file in co...Read More
3.1: Linux - Introduction to Shell November 30, 2017 Introducing Shell: Shell is an application, works as a command interpreter Gets a command from user, gets it executed from OS Gives ...Read More
3.0 Linux - Command Line Interface. November 29, 2017 Command Line Interface User Interfacing: CLI (Command Line Interface) • Textual mode • System executes the command user provides a...Read More
WAP to Check whether the given Number is Palindrome or Not in C - 50 November 28, 2017 This program check's whether the given number is Palindrome or Not, and prints the Reverse order of the Number. Program Code: /...Read More