All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Kotesh Mogudala
no tagline
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
#include <stdbool.h> #include <stdio.h> #include <stdlib.h> // Link list node struct Node { int data; struct Node* next; }; //function declaration void push(struct Node** head_ref, int new_data); int isPresent(struct Node* head, int data); // Function to get union of two linked…
03 Dec 2022 05:06 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
1. AIM: To control the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical model of computation. CODE: #include <stdio.h> // Functions Declarationvoid Start_State_Machine();void…
10 Jan 2023 12:34 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
#include #include #include // Link list node struct Node { int data; struct Node* next; }; //function declaration void push(struct Node** head_ref, int new_data); int isPresent(struct Node* head, int data); // Function to get union of two linked lists head1 and head2 struct Node* getUnion(struct Node* head1, struct…
03 Feb 2023 09:57 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Live Batch (Preeti Mallikarjun):
01 Aug 2023 12:31 PM IST
6 Course Certificates
Software Verification and Validation and System Testing for Hand Code
Academic Qualification
B.Tech
Anurag University, Hyderabad
15 Jul 2019 - 14 Apr 2023
12th
Gowthami Junior College
12 Jun 2018 - 09 Mar 2019
10th
Z.P.H.S. Thipparthy
12 Jun 2016 - 30 Mar 2017
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.