UrbanPro
true

Sudarshan Gupta

MCA, MCP, ISTQB Certified Faculty

Ongc Col, Vadodara, null - 390009

11 Students

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Sudarshan Gupta

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Teaches

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

10

BCA Subject

Computer Networks , Operation Research, Computer Oriented Numerical Techniques , Problem Solving and Programming , Database Management Systems , Java Programming, Algorithm Design , Data structures, Internet Concepts and Web Design , Systems Analysis and Design , Computer Architecture, Visual Programing, Object Oriented Technologies, Computer Basics and PC Software , Operating System Concepts and Networking Management , Software Engineering , Programming in C++ , IT, Data and File Structures , Web Programming, C Language Programming

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

Teaching Experience in detail in BCA Tuition

Done coaching for many BCA students and they scored brilliantly..

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

15

Teaching Experience in detail in C Language Classes

I've been teaching and working on C language for more than 12 years.

C Sharp Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Sharp Classes

15

C++ Language Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

14

Proficiency level taught

Basic C++, Advanced C++

Teaching Experience in detail in C++ Language Classes

I've experience for teaching C++ at many Colleges in Baroda and also taught MSU-BCA students. My students has scored good in C++ over the years.

Class 11 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 11 Tuition

15

Board

State, CBSE

CBSE Subjects taught

Computer Science

Taught in School or College

Yes

State Syllabus Subjects taught

Computer Science

Teaching Experience in detail in Class 11 Tuition

We can discuss this personally when we meet for tuition classes discussion

Class 12 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

15

Board

State, CBSE

CBSE Subjects taught

Computer Science

Taught in School or College

Yes

State Syllabus Subjects taught

Computer Science

Teaching Experience in detail in Class 12 Tuition

We can discuss this personally when we meet for tuition classes discussion

Java Script Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

15

MCA Coaching classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MCA Coaching classes

15

Teaching Experience in detail in MCA Coaching classes

Done MCA... have loads of experience of teaching software programming courses... goes deep into basics of the programming to enhance the programming skills of the student.

Visual Basic Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Visual Basic Training

15

4.9 out of 5 9 reviews

Sudarshan G. https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/91038-small.jpg Ongc Col
4.9059
Sudarshan G.
N

BCA Tuition

"Helped me a lot in understanding core logic of programming skills. Given more importance in developing logic and analytical skills. Has indepth knowledge of C, C++, JAVA and DBMS. "

Sudarshan G.
A

C Language

"He is really patient and encouraging. I have a lot of trouble with the tones but he takes his time and modified the lesson based on my skill level. Highly recommended. "

Sudarshan G.
S

C++ Language

"Sir had in-depth knowledge of OOPS concepts like encapsulations objects and classes, inheritance, polymorphism, file stream. Teaches very well and gives appropriate exercises to do to understand the concepts. Thanks Sir. "

Sudarshan G.
A

C Language

"Sir is very knowledgable and has all tips and tricks to understand the correct logic of the program. Very helpful in understanding loops, arrays, pointers, structures, file handling concepts. "

Sudarshan G.
T

BCA Tuition

"Sudarshan Gupta is my ideal teachaer. he is a jolly person. he is person who motivate lot to me. & he gives me a correct way of success. he teach me lot our bca topics not only that but he teches me some important topic of life. for him i would like to say one quote "world's best teacher is who can create interest in study in student mind.""

Sudarshan G.
I

BCA Tuition

"mr.sudarshan gupta, my sir....is a great programmer, kind-hearted.....skillfull, having knowlegde about every programming language.... always ready to solve our queries.... thnk you..."

Sudarshan G.
P

BCA Tuition

"Sir, you were a greate programming teacher who motivates me to be a good programmer... Thank U Sir..."

Sudarshan G.
S

Programming Lang

"He possess a thorough knowledge of diff. Prog Lang. He has altogether way of teaching students. Very good as a Teacher and Very strict to make studs work hard."

Sudarshan G.
S

Oracle Training

"He has very good and sound knowledge about Programming languages like C, C++, VB, PL/SQL and above all Data Structures... I have learnt Data Structure through him... And he possesses the skills to teach students to the Best... He is strict at times but gud for students..."

Have you attended any class with Sudarshan?

Answers by Sudarshan Gupta (3)

Answered on 30/05/2017 Learn IT Courses/Programming Languages/C Language

Output would be Hello5. Reason being 1st the inner printf will print Hello and then 5 is displayed as the count of no. of chars of "Hello"
Answers 66 Comments
Dislike Bookmark

Answered on 30/05/2017 Learn IT Courses/Programming Languages/C Language

Answer will be -1 as the standard inputs will be empty...
Answers 63 Comments
Dislike Bookmark

Answered on 23/02/2016 Learn IT Courses/Java

Nested classes are divided into two categories: static and non-static. Nested classes that are declared static are simply called static nested classes. Non-static nested classes are called inner classes. Static nested classes are accessed using the enclosing class name: OuterClass.StaticNestedClass For... ...more
Nested classes are divided into two categories: static and non-static. Nested classes that are declared static are simply called static nested classes. Non-static nested classes are called inner classes. Static nested classes are accessed using the enclosing class name: OuterClass.StaticNestedClass For example, to create an object for the static nested class, use this syntax: OuterClass.StaticNestedClass nestedObject = new OuterClass.StaticNestedClass();
Answers 3 Comments
Dislike Bookmark

Lessons (2)

Pointers Concept

Every variable has a memory location and every memory location has its address defined which can be accessed using ampersand (&) operator, which denotes an address in memory. Consider the following...

07/06/2017
0 0
0
Data Structures

A data structure is a particular way of organizing data in a computer so that it can be used efficiently. Data structures can implement one or more particular Abstract Data Types (ADT), which specify...

07/06/2017
0 0
0

Sudarshan Gupta describes himself as MCA, MCP, ISTQB Certified Faculty. He conducts classes in BCA Tuition, C Language and C Sharp. Sudarshan is located in Ongc Col, Vadodara. Sudarshan takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 15 years of teaching experience . Sudarshan has completed Master of Computer Applications (M.C.A.) from Saurashtra University in 2002. HeĀ is well versed in Gujarati, Hindi and English. Sudarshan has got 9 reviews till now with 100% positive feedback.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more