Skip to content
Quescol
  • B. Tech CSE Second Year
    • Data Structure
      • Unit 1 – Introduction to Data Structure
      • Unit 2 – Array and Linked Lists
      • Unit 3 – Searching and Sorting
      • Unit 4 – Graph and Tree
      • Unit 5 – Stack and Queue
  • B. Tech CSE Third Year
    • Computer Network
      • Unit 1: Introduction to Computer Network
      • Unit 2: Medium Access sub-layer (Data Link Layer)
      • Unit 3: Network Layer
      • Unit 4: Transport Layer
      • Unit 5: Application Layer
    • Database Management System
      • Unit 1: Introduction to DBMS
      • Unit 2: Relational Data Model and SQL
      • Unit 3: Database Design and Normalization
      • Unit 4: Transaction Processing Concept
      • Unit 5: Concurrency control technique
    • Design and Analysis of Algorithms
      • Unit 1: Introduction to Algorithm
      • Unit 2: Advanced Data Structure
      • Unit 3: Divide and Conquer and Greedy
      • Unit 4: Advanced Design and Analysis Techniques
      • Unit 5: Selected Topic
    • Web Technology
      • Unit 1: Introduction to Web Technology and Core Java
      • Unit 2: Web Page Designing
      • Unit 3: Scripting
      • Unit 4: Server-Side Programming
      • Unit 5: PHP
  • B. Tech CSE Fourth Year
    • Complete Overview of Software Project Management
      • Unit 1: Introduction and Software Project Planning
      • Unit 2: Project Organization and Scheduling
      • Unit 3: Project Monitoring and Control
      • Unit 4: Software Quality Assurance & Testing
      • Unit 5: Project Management and Project Management Tool
  • Interview Preparation
    • C Coding Interview Questions
    • C Pattern Interview Questions
    • C Programming Interview Questions
    • Java Coding Interview Questions
    • Java Pattern Interview Questions
    • Java Programming Interview Questions
    • Java 8 Interview Question
    • Java 8 Coding Question
    • Python Coding Interview Questions
    • Python Pattern Interview Questions
    • Python Interview Questions

Algo & Program to Create and Traverse a Linked List

May 10, 2021December 15, 2020 by quescol

Program to create a Linked List in C

Output:

program to create a linked list

Share on

Share to help others
Categories Data Structure, Unit 2
Singly Linked List, Its Advantage and Disadvantage
Algorithm & Program to insert at beginning of linked list in C

    Data Structure Units

  • Introduction to data structure
  • Array and linked list
  • Searching and Sorting
  • Graph and Trees
  • Stack and Queue

Latest Updates

  • Functions of DBA in DBMS
  • Define the terms Data abstraction and Data redundancy
  • Role of DBA in database management system
  • Difference between procedural and non-procedural DMLs
  • What is the Database Language? Explain DML and DDL.
  • What is data independence? Difference between logical and physical data independence
  • Logical and Physical schemas in DBMS
  • Three-level Architecture of the Database System
  • Model in DBMS and its types with explanation
  • How a category differ from regular shared subclass in dbms?
  • A brief notes on instance and schema in dbms
  • What Problem caused by data redundancies? Can data redundancies be completely eliminated when the database approach is used?
  • Difference Between database system and file system
  • File System in DBMS with Explanation
  • Major Components of DBMS

Subjects

  • Data Structure
  • DBMS
  • Algorithm
  • Web Technology
  • Software Project Management
  • Computer Network

f2f Interview Preparation

  • C Interview Questions
  • Java Interview Questions
  • Python Interview Questions
  • Spring Boot Interview Questions
  • Java 8 Interview Questions

Coding Interview Question

  • C Coding Questions
  • Java Coding Questions
  • Python Coding Questions
  • Java 8 Coding Questions