UrbanPro
true
Ashutosh V. Class 7 Tuition trainer in Varanasi

Ashutosh V.

Creative Minds Trainer

Bulanala, Varanasi, India - 221001.

3 yrs of Exp

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

Details verified of Ashutosh V.

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

I am currently working in LG Electronics and have 4+ years of experience in embedded C and industrial C, C++, Java, Javascript and Python technologies.
I primarily work on C C++ and javascript.
I handle classes on C, C++ & Data Structures and Algorithms for professionals who are looking for a job change and want to crack interviews on DS & Algorithms, as well as for B.Tech students.
I also handle classes for class 6th to highschool students.

Languages Spoken

English

Hindi

Education

UPTU 2013

Bachelor of Technology (B.Tech.)

CDAC Hyderabad 2014

PG Diploma in embedded systems

Address

Bulanala, Varanasi, India - 221001

Verified Info

ID 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

Class 7 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 7 Tuition

3

Board

ICSE, State, CBSE

Subjects taught

EVS, English, History, Geography, Computers, Science, Chemistry, Computer Science, Social science, Mathematics, Hindi, Physics, Biology

Taught in School or College

Yes

Class 6 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 6 Tuition

3

Board

ICSE, State, CBSE

Subjects taught

Computers, Biology, English, Geography, Science, Computer Science, EVS, History, Chemistry, Mathematics, Social science, Hindi, Physics

Taught in School or College

Yes

Class 9 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

3

Board

CBSE, ICSE, State

Subjects taught

English, EVS, Computer Application, Biology, Geography, Chemistry, History and Civics, Science, English Literature, Hindi, Mathematics, Physics, Social Science

Taught in School or College

Yes

Class 8 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 8 Tuition

3

Board

ICSE, State, CBSE

Subjects taught

Hindi, EVS, Computer Science, Physics, History, English, Chemistry, Mathematics, Science, Geography, Biology, Computers, Social science

Taught in School or College

Yes

Class 10 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

3

Board

CBSE, ICSE, State

Subjects taught

Physics, Mathematics, EVS, Information and Comunication Technology, English, Computer Practices, History and Civics, Computer Application, English Literature, Science, Geography, Chemistry, Hindi, Social Science, Biology

Taught in School or College

Yes

Java Script Training classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

4

Java Training Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

3

Teaches

Core Java

Certification training offered

No

C++ Language Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

5

Proficiency level taught

Advanced C++, Basic C++

C Language Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

5

BTech Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

5

BTech Electrical & Electronics subjects

Control Systems, Communication Systems, Algorithms And Data Structures, Data Structures & Algorithms, Analog And Digital Communication, Electromagnetic Theory, Signal Processing, Electrical Circuit Analysis, Power Electronics, Applications of Digital Signal Processing (DSP), Microprocessors, Alternative Energy Sources, Computer Networks, Circuit Theory

BTech Branch

BTech Electrical & Electronics, BTech 1st Year Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BTech 1st Year subjects

Computer science, Basic Electronics, Environmental Studies, Engineering Mathematics (M1), Basic Electrical Technology, Biology For Engineers, Engineering Physics

Upcoming Live Classes

Reviews

No Reviews yet!

FAQs

1. Which school boards of Class 8 do you teach for?

ICSE, State and CBSE

2. Have you ever taught in any School or College?

Yes

3. Which classes do you teach?

I teach BTech Tuition, C Language, C++ Language, Class 10 Tuition, Class 6 Tuition, Class 7 Tuition, Class 8 Tuition, Class 9 Tuition, Java Script Training and Java Training Classes.

4. Do you provide a demo class?

Yes, I provide a free demo class.

5. How many years of experience do you have?

I have been teaching for 3 years.

Answers by Ashutosh V. (4)

Answered on 10/09/2016 Learn IT Courses/Programming Languages/C++ Language +1 IT Courses/Programming Languages/C++ Language/Basic C++

Dos.h is one among the header files . It contains functions for handling interrupts, producing sound, date and time functions etc. It is a Borland specific and works in turbo c compiler.
Answers 17 Comments
Dislike Bookmark

Answered on 10/09/2016 Learn IT Courses/Programming Languages/C Language

Row Wise: The address of a location in Row Major System is calculated using the following formula: Address of A = B + W * Column Wise: The address of a location in Column Major System is calculated using the following formula: Address of A Column Major Wise = B + W * Where, B... ...more
Row Wise: The address of a location in Row Major System is calculated using the following formula: Address of A [ I ][ J ] = B + W * [ N * ( I – Lr ) + ( J – Lc ) ] Column Wise: The address of a location in Column Major System is calculated using the following formula: Address of A [ I ][ J ] Column Major Wise = B + W * [( I – Lr ) + M * ( J – Lc )] Where, B = Base address I = Row subscript of element whose address is to be found J = Column subscript of element whose address is to be found W = Storage Size of one element stored in the array (in byte) Lr = Lower limit of row/start row index of matrix, if not given assume 0 (zero) Lc = Lower limit of column/start column index of matrix, if not given assume 0 (zero) M = Number of row of the given matrix N = Number of column of the given matrix
Answers 21 Comments
Dislike Bookmark

Answered on 07/05/2016 Learn IT Courses/Programming Languages/C++ Language

Actually, private access specifier provides complete abstraction, So any member variable or methods which are private could not possible to access outside of the class.
Answers 8 Comments
Dislike Bookmark

Answered on 07/05/2016 Learn IT Courses/Computer Software +1 IT Courses/Programming Languages/C Language

C is machine dependent language in spite of this it is highly portable here it means we use same C code with different Platform dependent compiler.
Answers 28 Comments
Dislike Bookmark

Teaches

Class 7 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 7 Tuition

3

Board

ICSE, State, CBSE

Subjects taught

EVS, English, History, Geography, Computers, Science, Chemistry, Computer Science, Social science, Mathematics, Hindi, Physics, Biology

Taught in School or College

Yes

Class 6 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 6 Tuition

3

Board

ICSE, State, CBSE

Subjects taught

Computers, Biology, English, Geography, Science, Computer Science, EVS, History, Chemistry, Mathematics, Social science, Hindi, Physics

Taught in School or College

Yes

Class 9 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

3

Board

CBSE, ICSE, State

Subjects taught

English, EVS, Computer Application, Biology, Geography, Chemistry, History and Civics, Science, English Literature, Hindi, Mathematics, Physics, Social Science

Taught in School or College

Yes

Class 8 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 8 Tuition

3

Board

ICSE, State, CBSE

Subjects taught

Hindi, EVS, Computer Science, Physics, History, English, Chemistry, Mathematics, Science, Geography, Biology, Computers, Social science

Taught in School or College

Yes

Class 10 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

3

Board

CBSE, ICSE, State

Subjects taught

Physics, Mathematics, EVS, Information and Comunication Technology, English, Computer Practices, History and Civics, Computer Application, English Literature, Science, Geography, Chemistry, Hindi, Social Science, Biology

Taught in School or College

Yes

Java Script Training classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

4

Java Training Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

3

Teaches

Core Java

Certification training offered

No

C++ Language Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

5

Proficiency level taught

Advanced C++, Basic C++

C Language Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

5

BTech Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

5

BTech Electrical & Electronics subjects

Control Systems, Communication Systems, Algorithms And Data Structures, Data Structures & Algorithms, Analog And Digital Communication, Electromagnetic Theory, Signal Processing, Electrical Circuit Analysis, Power Electronics, Applications of Digital Signal Processing (DSP), Microprocessors, Alternative Energy Sources, Computer Networks, Circuit Theory

BTech Branch

BTech Electrical & Electronics, BTech 1st Year Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BTech 1st Year subjects

Computer science, Basic Electronics, Environmental Studies, Engineering Mathematics (M1), Basic Electrical Technology, Biology For Engineers, Engineering Physics

Upcoming Live Classes

No Reviews yet!

Answers by Ashutosh V. (4)

Answered on 10/09/2016 Learn IT Courses/Programming Languages/C++ Language +1 IT Courses/Programming Languages/C++ Language/Basic C++

Dos.h is one among the header files . It contains functions for handling interrupts, producing sound, date and time functions etc. It is a Borland specific and works in turbo c compiler.
Answers 17 Comments
Dislike Bookmark

Answered on 10/09/2016 Learn IT Courses/Programming Languages/C Language

Row Wise: The address of a location in Row Major System is calculated using the following formula: Address of A = B + W * Column Wise: The address of a location in Column Major System is calculated using the following formula: Address of A Column Major Wise = B + W * Where, B... ...more
Row Wise: The address of a location in Row Major System is calculated using the following formula: Address of A [ I ][ J ] = B + W * [ N * ( I – Lr ) + ( J – Lc ) ] Column Wise: The address of a location in Column Major System is calculated using the following formula: Address of A [ I ][ J ] Column Major Wise = B + W * [( I – Lr ) + M * ( J – Lc )] Where, B = Base address I = Row subscript of element whose address is to be found J = Column subscript of element whose address is to be found W = Storage Size of one element stored in the array (in byte) Lr = Lower limit of row/start row index of matrix, if not given assume 0 (zero) Lc = Lower limit of column/start column index of matrix, if not given assume 0 (zero) M = Number of row of the given matrix N = Number of column of the given matrix
Answers 21 Comments
Dislike Bookmark

Answered on 07/05/2016 Learn IT Courses/Programming Languages/C++ Language

Actually, private access specifier provides complete abstraction, So any member variable or methods which are private could not possible to access outside of the class.
Answers 8 Comments
Dislike Bookmark

Answered on 07/05/2016 Learn IT Courses/Computer Software +1 IT Courses/Programming Languages/C Language

C is machine dependent language in spite of this it is highly portable here it means we use same C code with different Platform dependent compiler.
Answers 28 Comments
Dislike Bookmark

Ashutosh V. describes himself as Creative Minds Trainer. He conducts classes in BTech Tuition, C Language and C++ Language. Ashutosh is located in Bulanala, Varanasi. Ashutosh takes at students Home and Regular Classes- at his Home. He has 5 years of teaching experience . Ashutosh has completed Bachelor of Technology (B.Tech.) from UPTU in 2013 and PG Diploma in embedded systems from CDAC Hyderabad in 2014. He is well versed in English and Hindi.

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