All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Omkar Madhavi
Learning new skills to climb the hill of Success.
Skills Acquired at Skill-Lync :
Introduction
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Code: #include #include // Function for finding unionsvoid findUnion(int list1[], int size1, int list2[], int size2, int result[], int *resultSize) { int i, j; *resultSize = 0; // Add elements from the first list to the result for (i = 0; i < size1> result[*resultSize] = list1[i]; (*resultSize)++; …
04 Aug 2023 06:26 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Code: #include #include #include enum GearState { RETRACTED, EXTENDED, TRANSITIONING}; // switch statesenum SwitchState { OPEN, CLOSED}; // Function to simulate hydraulic pump controlvoid hydraulicControl(enum GearState *gear, const char *action) { if (action == "extend") { if (*gear == RETRACTED)…
08 Aug 2023 01:13 PM IST
Project 3
Code: #include #include #include using namespace std; enum class FuelType { PETROL, DIESEL, GAS, ELECTRIC}; class Vehicle {protected: string make_; string model_; int year_; int odometer_; public: Vehicle(string make, string model, int year, int odometer) : make_(make), model_(model),…
18 Aug 2023 04:34 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Code: FOR MASTER : //MASTER Arduino #include void setup(){ pinMode(A1, INPUT); Serial.begin(9600); Wire.begin(); } void loop(){ float value=analogRead(A1); signed int voltage=(value*5)/1024; // int temp=(voltage-0.5)*100; Wire.beginTransmission(1); Wire.write(voltage); Wire.endTransmission(); delay(50);} …
26 Aug 2023 04:20 PM IST
7 Course Certificates
Software Verification and Validation and System Testing for Model-Based Development
Software Verification and Validation and System Testing for Hand Code
Academic Qualification
B.Tech
Aissms IoIT , pune
18 Mar 2020 - 08 Mar 2023
Diploma
institute of petrochemical engineering
15 Mar 2017 - 11 Mar 2020
10th
Ashokdada sabale vidyalaya, mangaon.
13 Mar 2013 - 12 Mar 2014
Here are the courses that I have enrolled
13 Hours of Content
20 Hours of Content
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
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.