UrbanPro
true
Er. Abhishek Maheshwari Class 9 Tuition trainer in Delhi

Er. Abhishek Maheshwari

Master

Patpar Ganj, Delhi, India - 110092.

2 Students

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

Details verified of Er. Abhishek Maheshwari

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'm B.Tech with Electronics and Communication, Batch 2008-12.

I love teaching and really enjoying it. I'm here for the student's for spreading my knowledge and to gain lot from student's as well.

#I give tuitions to 6th-8th(All subject) and only Maths to 9th-12th student's. I can help students in other subject's as well and give guidance and tips to student's who works hard.

#I had worked as Software Engineer in good MNCs. Having a knowledge of various tools. I can help student's cracking interviews. Since, I'm passionate about teaching. I help student's to prepare for interviews and project's. And also can teach C Language and Linux concepts.

I believe any one can achieve success with strong desire and right guidance.I am here to help students.

Languages Spoken

Hindi

English

Address

Patpar Ganj, Delhi, India - 110092

Verified Info

Education Verified

Phone Verified

Email Verified

Facebook 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 9 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

2

Board

ICSE, CBSE, State

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 9 Tuition

I have 2 years of experience as a teacher.

Class 10 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

2

Board

ICSE, CBSE, State

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 10 Tuition

I have 2 years of experience as a teacher.

Class 6 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 6 Tuition

2

Board

CBSE, State, ICSE

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 6 Tuition

I have 2 years of experience as a teacher.

Class 7 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 7 Tuition

2

Board

CBSE, State, ICSE

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 7 Tuition

I have 2 years of experience as a teacher.

Class 8 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 8 Tuition

2

Board

CBSE, State, ICSE

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 8 Tuition

I have 2 years of experience as a teacher.

Class 11 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 11 Tuition

2

Board

ISC/ICSE, State, CBSE

ISC/ICSE Subjects taught

Mathematics

CBSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 11 Tuition

I have 2 years of experience as a teacher.

Class 12 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

2

Board

ISC/ICSE, State, CBSE

ISC/ICSE Subjects taught

Mathematics

CBSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 12 Tuition

I have 2 years of experience as a teacher.

C Language Classes
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

2

Teaching Experience in detail in C Language Classes

I have 2 years of experience as a teacher.

Linux Training
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Linux Training

2

Teaches

Linux Basics

Teaching Experience in detail in Linux Training

I have 2 years of experience as a teacher.

Reviews

No Reviews yet!

FAQs

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

ICSE, CBSE and State

2. Do you have any prior teaching experience?

No

3. Which classes do you teach?

I teach C Language, Class 10 Tuition, Class 11 Tuition, Class 12 Tuition, Class 6 Tuition, Class 7 Tuition, Class 8 Tuition, Class 9 Tuition and Linux 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 2 years.

Answers by Er. Abhishek Maheshwari (8)

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

1) Advantage of using the enumeration constant method is that your programs are more readable and thus can be understood better by others who might have to update your program later. 2) Another advantage to using enumeration constants is that some symbolic debuggers can print the value of an enumeration... ...more
1) Advantage of using the enumeration constant method is that your programs are more readable and thus can be understood better by others who might have to update your program later. 2) Another advantage to using enumeration constants is that some symbolic debuggers can print the value of an enumeration constant. Conversely, most symbolic debuggers cannot print the value of a symbolic constant. This can be an enormous help in debugging your program, because if your program is stopped at a line that uses an enum, you can simply inspect that constant and instantly know its value. On the other hand, because most debuggers cannot print #define values, you would most likely have to search for that value by manually looking it up in a header file.
Answers 7 Comments
Dislike Bookmark

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

1) Another advantage of using the enumeration constant method is that your programs are more readable and thus can be understood better by others who might have to update your program later. 2) A third advantage to using enumeration constants is that some symbolic debuggers can print the value of... ...more
1) Another advantage of using the enumeration constant method is that your programs are more readable and thus can be understood better by others who might have to update your program later. 2) A third advantage to using enumeration constants is that some symbolic debuggers can print the value of an enumeration constant. Conversely, most symbolic debuggers cannot print the value of a symbolic constant. This can be an enormous help in debugging your program, because if your program is stopped at a line that uses an enum, you can simply inspect that constant and instantly know its value. On the other hand, because most debuggers cannot print #define values, you would most likely have to search for that value by manually looking it up in a header file.
Answers 7 Comments
Dislike Bookmark

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

In many programming languages, string concatenation is a binary infix operator. The + (plus) operator is often overloaded to denote concatenation for string arguments: "Hello, " + "World" has the value "Hello, World" .
Answers 20 Comments
Dislike Bookmark

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

ls -t option flag sorts files/directories list by time/date.
Answers 6 Comments
Dislike Bookmark

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

Little and big endian are two ways of storing multibyte data-types ( int, float, etc). In little endian machines, last byte of binary representation of the multibyte data-type is stored first. On the other hand, in big endian machines, first byte of binary representation of the multibyte data-type is... ...more
Little and big endian are two ways of storing multibyte data-types ( int, float, etc). In little endian machines, last byte of binary representation of the multibyte data-type is stored first. On the other hand, in big endian machines, first byte of binary representation of the multibyte data-type is stored first. (For detail Info send query)
Answers 4 Comments
Dislike Bookmark

Teaches

Class 9 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

2

Board

ICSE, CBSE, State

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 9 Tuition

I have 2 years of experience as a teacher.

Class 10 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

2

Board

ICSE, CBSE, State

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 10 Tuition

I have 2 years of experience as a teacher.

Class 6 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 6 Tuition

2

Board

CBSE, State, ICSE

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 6 Tuition

I have 2 years of experience as a teacher.

Class 7 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 7 Tuition

2

Board

CBSE, State, ICSE

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 7 Tuition

I have 2 years of experience as a teacher.

Class 8 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 8 Tuition

2

Board

CBSE, State, ICSE

CBSE Subjects taught

Mathematics

ICSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 8 Tuition

I have 2 years of experience as a teacher.

Class 11 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 11 Tuition

2

Board

ISC/ICSE, State, CBSE

ISC/ICSE Subjects taught

Mathematics

CBSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 11 Tuition

I have 2 years of experience as a teacher.

Class 12 Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

2

Board

ISC/ICSE, State, CBSE

ISC/ICSE Subjects taught

Mathematics

CBSE Subjects taught

Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics

Teaching Experience in detail in Class 12 Tuition

I have 2 years of experience as a teacher.

C Language Classes
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

2

Teaching Experience in detail in C Language Classes

I have 2 years of experience as a teacher.

Linux Training
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Linux Training

2

Teaches

Linux Basics

Teaching Experience in detail in Linux Training

I have 2 years of experience as a teacher.

No Reviews yet!

Answers by Er. Abhishek Maheshwari (8)

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

1) Advantage of using the enumeration constant method is that your programs are more readable and thus can be understood better by others who might have to update your program later. 2) Another advantage to using enumeration constants is that some symbolic debuggers can print the value of an enumeration... ...more
1) Advantage of using the enumeration constant method is that your programs are more readable and thus can be understood better by others who might have to update your program later. 2) Another advantage to using enumeration constants is that some symbolic debuggers can print the value of an enumeration constant. Conversely, most symbolic debuggers cannot print the value of a symbolic constant. This can be an enormous help in debugging your program, because if your program is stopped at a line that uses an enum, you can simply inspect that constant and instantly know its value. On the other hand, because most debuggers cannot print #define values, you would most likely have to search for that value by manually looking it up in a header file.
Answers 7 Comments
Dislike Bookmark

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

1) Another advantage of using the enumeration constant method is that your programs are more readable and thus can be understood better by others who might have to update your program later. 2) A third advantage to using enumeration constants is that some symbolic debuggers can print the value of... ...more
1) Another advantage of using the enumeration constant method is that your programs are more readable and thus can be understood better by others who might have to update your program later. 2) A third advantage to using enumeration constants is that some symbolic debuggers can print the value of an enumeration constant. Conversely, most symbolic debuggers cannot print the value of a symbolic constant. This can be an enormous help in debugging your program, because if your program is stopped at a line that uses an enum, you can simply inspect that constant and instantly know its value. On the other hand, because most debuggers cannot print #define values, you would most likely have to search for that value by manually looking it up in a header file.
Answers 7 Comments
Dislike Bookmark

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

In many programming languages, string concatenation is a binary infix operator. The + (plus) operator is often overloaded to denote concatenation for string arguments: "Hello, " + "World" has the value "Hello, World" .
Answers 20 Comments
Dislike Bookmark

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

ls -t option flag sorts files/directories list by time/date.
Answers 6 Comments
Dislike Bookmark

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

Little and big endian are two ways of storing multibyte data-types ( int, float, etc). In little endian machines, last byte of binary representation of the multibyte data-type is stored first. On the other hand, in big endian machines, first byte of binary representation of the multibyte data-type is... ...more
Little and big endian are two ways of storing multibyte data-types ( int, float, etc). In little endian machines, last byte of binary representation of the multibyte data-type is stored first. On the other hand, in big endian machines, first byte of binary representation of the multibyte data-type is stored first. (For detail Info send query)
Answers 4 Comments
Dislike Bookmark

Contact

Load More

Er. Abhishek Maheshwari describes himself as Master. He conducts classes in C Language, Class 10 Tuition and Class 11 Tuition. Er. Abhishek Maheshwari is located in Patpar Ganj, Delhi. Er. Abhishek Maheshwari takes at students Home. He has 2 years of teaching experience . HeĀ is well versed in Hindi and English.

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