UrbanPro
true
Vikas Dudhe BTech Tuition trainer in Nagpur

Vikas Dudhe

I am B.E. graduate in Information Technology

Ambazari, Nagpur, null - 440010.

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

Details verified of Vikas Dudhe

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Recently i taught COBOL and DATA STRUCTURE classes of engineering.I am having good knowledge about the programming languages and computer related subjects

Address

Ambazari, Nagpur, null - 440010

Verified Info

Education Verified

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

5

Type of Computer course taken

Basics of Computer usage, Training in Computer tools usage, Training in Software application usage, Software Programming

Teaching Experience in detail in Computer Classes

I have started teaching from 2012 in Pvt tuitions then I am working as a lecturer in NIT college. Teaching is my passion and especially programming is love for me. I am having good presentation and teaching skills and ability to make the subject easier for better understanding. I had taught a number of subjects to lower level, higher level, diploma and to degree students. I am recognized as best faculty to teach programming subjects and given corporate training also.

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

5

Teaching Experience in detail in C Language Classes

I am a lecturer at engineering college so I am having 5 years of teaching those subjects and c is the basic of all computer language. its a soul of programming. I am teaching this subject theoretically as well as practically. I will teach you c language with Turbo c software.

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

4

Proficiency level taught

Advanced C++, Basic C++

Teaching Experience in detail in C++ Language Classes

I am a lecturer of computer department in engineering college from last 4 year. I like to teach programming subjects as it will help students to get jobs in the software industry. I am very passionate about teaching and explaining the concepts. Programming subject must be taught with practical approaches to getting a better understanding of the subject. I love to teach C language, CPP, JAVA, Databases. I have taught to a various age group of students like 10th, 12th pass, graduate students.

Database Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

XML Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Oracle Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which BTech branches do you tutor for?

BTech Computer Science Engineering

2. Which classes do you teach?

I teach BTech Tuition, C Language, C++ Language, Computer, Computer Software, Database Training, Java Training, Oracle Training and XML Training Classes.

3. Do you provide a demo class?

Yes, I provide a free demo class.

4. How many years of experience do you have?

I have been teaching for less than a year.

Answers by Vikas Dudhe (5)

Answered on 13/04/2017 Learn Tuition/BTech Tuition +1 Tuition/BTech Tuition/Pattern Recognition

when function is defined inside the function then it is called as recursive for example Fibonacci series factorial for example :int fact(int n) { int f; if (n==1) return(1); else f=n*fact(n-1); /*recursion occurs here*/ return(f); }
Answers 53 Comments
Dislike Bookmark

Answered on 13/04/2017 Learn Tuition Fee

What will be the fee for Only C Programming?

Rs. 6k for deep understanding and learning.
Answers 94 Comments
Dislike Bookmark

Answered on 03/08/2016 Learn IT Courses/Programming Languages/C Language

it defines how compiler should process its input
Answers 52 Comments
Dislike Bookmark

Answered on 03/08/2016 Learn IT Courses/Programming Languages/C Language

yes it is always starts with zero
Answers 59 Comments
Dislike Bookmark

Answered on 03/08/2016 Learn IT Courses/Programming Languages/C Language

# line used to define macro and to include the header files in the program
Answers 72 Comments
Dislike Bookmark

Teaches

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

5

Type of Computer course taken

Basics of Computer usage, Training in Computer tools usage, Training in Software application usage, Software Programming

Teaching Experience in detail in Computer Classes

I have started teaching from 2012 in Pvt tuitions then I am working as a lecturer in NIT college. Teaching is my passion and especially programming is love for me. I am having good presentation and teaching skills and ability to make the subject easier for better understanding. I had taught a number of subjects to lower level, higher level, diploma and to degree students. I am recognized as best faculty to teach programming subjects and given corporate training also.

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

5

Teaching Experience in detail in C Language Classes

I am a lecturer at engineering college so I am having 5 years of teaching those subjects and c is the basic of all computer language. its a soul of programming. I am teaching this subject theoretically as well as practically. I will teach you c language with Turbo c software.

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

4

Proficiency level taught

Advanced C++, Basic C++

Teaching Experience in detail in C++ Language Classes

I am a lecturer of computer department in engineering college from last 4 year. I like to teach programming subjects as it will help students to get jobs in the software industry. I am very passionate about teaching and explaining the concepts. Programming subject must be taught with practical approaches to getting a better understanding of the subject. I love to teach C language, CPP, JAVA, Databases. I have taught to a various age group of students like 10th, 12th pass, graduate students.

Database Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

XML Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Oracle Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

No Reviews yet! Be the first one to Review

Answers by Vikas Dudhe (5)

Answered on 13/04/2017 Learn Tuition/BTech Tuition +1 Tuition/BTech Tuition/Pattern Recognition

when function is defined inside the function then it is called as recursive for example Fibonacci series factorial for example :int fact(int n) { int f; if (n==1) return(1); else f=n*fact(n-1); /*recursion occurs here*/ return(f); }
Answers 53 Comments
Dislike Bookmark

Answered on 13/04/2017 Learn Tuition Fee

What will be the fee for Only C Programming?

Rs. 6k for deep understanding and learning.
Answers 94 Comments
Dislike Bookmark

Answered on 03/08/2016 Learn IT Courses/Programming Languages/C Language

it defines how compiler should process its input
Answers 52 Comments
Dislike Bookmark

Answered on 03/08/2016 Learn IT Courses/Programming Languages/C Language

yes it is always starts with zero
Answers 59 Comments
Dislike Bookmark

Answered on 03/08/2016 Learn IT Courses/Programming Languages/C Language

# line used to define macro and to include the header files in the program
Answers 72 Comments
Dislike Bookmark

Vikas Dudhe conducts classes in BTech Tuition, C Language and C++ Language. Vikas is located in Ambazari, Nagpur. Vikas takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 5 years of teaching experience .

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