Most used UNIX commands 4:51 PM 0 ls Commands (list) : ls : list the files ls -a : list the hidden files ls -al : list the hidden files with long formatting ...
chmod in UNIX 4:49 PM 2 Commands for changing Premission in UNIX: chmod octal file – change the permissions of file to octal, which can be found separately f...
C program for Doubly Linked List 1:02 PM 1 In computer science, a doubly linked list is a linked data structure that consists of a set of sequentially linked records called nodes. E...
C program for Singly Linked list 12:57 PM 1 Singly Linked Lists are a type of data structure. In a singly linked list, each node in the list stores the contents and a pointer or ref...
C program for Bisection Method 8:08 PM 0 The bisection method in mathematics is a root-finding method that repeatedly bisects an interval and then selects a subinterval in which a...