IHYPRESS.NET
C
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
C > 10. Structures & Linked Lists
  1. An Example of Structures
    A program using structured data types and variables.
  2. Using Functions with Structures
    A program that passes structured variables by value to different functions.
  3. A Example of Linked Lists
    Creates a linked list to hold four tree names and prints out all the trees in the list.
  4. Using Functions with Linked Lists
    The function checks if a tree name exists in the list of trees from the previous example program.
  5. Dynamically Allocated Linked Lists
    Instead of the static list containing four trees in the previous examples, this list of trees is expandable at will.
  6. Time Structure Type
    Definition of a time structure type and a function that adds seconds to the current time to calculate the new time.
  7. Complex Numbers Structure Type
    A structured implementation of complex numbers and the simple operations od addition and subtraction using functions.
  8. Difference Between Structure and Union Types
    A program that illustrates the difference between structure types and union types in C.
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.