Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

offline batch:  1) #include <stdio.h>#include<string.h>typedef enum { gear_down, checking_before_take_off, rising_gear, gear_up, checking_before_landing, lowering_gear //checking_before_landing, //raising_gear //checking_before_take_off, //checking_before_landing}state_type;//naming the enumtypedef enum…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Ragavendira Balaji M (2)

    Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

    Objective:

    offline batch:  1) #include <stdio.h>#include<string.h>typedef enum { gear_down, checking_before_take_off, rising_gear, gear_up, checking_before_landing, lowering_gear //checking_before_landing, //raising_gear //checking_before_take_off, //checking_before_landing}state_type;//naming the enumtypedef enum…

    calendar

    17 Aug 2022 10:31 AM IST

      Read more

      Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

      Objective:

      #include<stdio.h> #include<stdlib.h> //Define the nodes typedef struct node { int data; struct node *next;//self referential node }Node; //Define the function Node *insert_node(Node *head_ref, int n); void display_list(Node *head_ref); Node *getunion(Node *head_ptr1, Node *head_ptr2); Node *getintersec(Node…

      calendar

      07 Aug 2022 05:16 PM IST

        Read more
        Showing 1 of 2 projects