Ragavendira Balaji M
EXPERIENCE THE DIFFERENCE.THEN MAKE A GOOD TIME
Introduction
2 Projects
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
#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…
07 Aug 2022 05:16 PM IST
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…
17 Aug 2022 10:31 AM IST
1 Course Certificates
Academic Qualification
B.E
Velammal Institute of Technology
05 Aug 2016 - 16 Aug 2020
12th
SRV Matric Hr.Sec school of Excellency
01 Jun 2016 - 31 Mar 2017
10th
J.M.J Matriculation Hr.Sec. School HK
02 Jun 2014 - 16 Mar 2015
Here are the courses that I have enrolled
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner