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
WAP to Generate Floyd's Triangle in C - 49 November 28, 2017 This program print's the generated Floyd's Triangle in C. Program Code: /* Program to generate Floyd's triangle. */ #in...Read More
WAP to Delete an Element at the given Position in an Array in C - 48 November 28, 2017 This Program Delete's an element in an Array, at any given position in an array in C. Program Code: /* Program to delete an elem...Read More