Basics of HTML
Table of ContentsTagElementAttributes Content Tag Webpage में कुछ भी add करना है तो वह हम tag की मदद से करते है, angle bracket <> के अंदर लिखा गया text tag…
Table of ContentsTagElementAttributes Content Tag Webpage में कुछ भी add करना है तो वह हम tag की मदद से करते है, angle bracket <> के अंदर लिखा गया text tag…
Table of ContentsFile HandlingFile को read करनाRead FileWrite to FileAppend in FileClose FileConclusion File Handling File से data read करना, write करना, अपडेट करना, file को create और delete करना…
Table of ContentsLinked ListLinked List Representation in MemoryTypes of Linked ListsOperations on Linked List1. Singly Linked ListRepresentation of Singly Linked ListImplementation of Singly Linked List2. Doubly Linked ListRepresentation of Doubly…
Table of ContentsOperations on QueueImplementation of QueueImplementation of Queue using ArrayImplementation of Queue using Linked ListApplications of QueueFrequently Asked Questions (FAQ) Queue is an Abstract Data Type (ADT), which has…
Table of ContentStackOperations on StackStack representation (Implementation)Stack Representation using ArrayStack Representation using Linked ListApplications of Stack Stack Stack is an abstract data type (ADT), which has its own values called…