UrbanPro
true
Vaishali J. Class 9 Tuition trainer in Delhi/>

Vaishali J.

Mathematics and Computer science guide

Paschim Vihar, Delhi, India - 110063.

1 Student

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

Details verified of Vaishali J.

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Have more than 13 years of experience in software development industry and teaching. Use student centric approach. Believe in going from known to unknown which helps students to understand the concepts easily.

Languages Spoken

English

Hindi

Marathi

Address

Paschim Vihar, Delhi, India - 110063

Verified Info

Education Verified

Phone 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
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

13

Board

CBSE, State

CBSE Subjects taught

Mathematics

Taught in School or College

Yes

State Syllabus Subjects taught

Mathematics

Class 10 Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

13

Board

CBSE, State

CBSE Subjects taught

Mathematics

Taught in School or College

Yes

State Syllabus Subjects taught

Mathematics

BBA Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BBA Tuition

13

BBA Subject

Mathematics

Type of class

Regular Classes

Class strength catered to

Group Classes

Taught in School or College

Yes

BCA Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

13

BCA Subject

Mathematics, Computer Basics and PC Software , IT

Type of class

Regular Classes

Class strength catered to

Group Classes

Taught in School or College

Yes

Database Training classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Database Training classes

13

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

13

Proficiency level taught

Basic C++

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

13

Reviews

No Reviews yet!

FAQs

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

CBSE and State

2. Do you have any prior teaching experience?

Yes

3. Which classes do you teach?

I teach BBA Tuition, BCA Tuition, C Language, C++ Language, Class 10 Tuition, Class 9 Tuition and Database 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 13 years.

Answers by Vaishali J. (6)

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

Yes, array subscripts always start with zero.
Answers 59 Comments
Dislike Bookmark

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

You can use the #ifdef and #ifndef preprocessor directives to check whether a symbol has been defined (#ifdef) or whether it has not been defined (#ifndef). Many programmers like to ensure that their own version of NULL is defined, not someone else's. This task can be accomplished as shown here: #ifdef... ...more
You can use the #ifdef and #ifndef preprocessor directives to check whether a symbol has been defined (#ifdef) or whether it has not been defined (#ifndef). Many programmers like to ensure that their own version of NULL is defined, not someone else's. This task can be accomplished as shown here: #ifdef NULL #undef NULL #endif #define NULL (void*) 0 The first line, #ifdef NULL, checks to see whether the NULL symbol has been defined. If so, it is undefined using #undef NULL and the new definition of NULL is defined. To check whether a symbol has not been defined yet, you would use the #ifndef preprocessor directive.
Answers 20 Comments
Dislike Bookmark

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

The ANSI C standard provides a predefined symbol named __STDC__ that is set to 1 when the compiler is enforcing strict ANSI standard conformance. If you want your programs to be 100 percent ANSI conformant, you should ensure that the __STDC__ symbol is defined. If the program is being compiled with non-ANSI... ...more
The ANSI C standard provides a predefined symbol named __STDC__ that is set to 1 when the compiler is enforcing strict ANSI standard conformance. If you want your programs to be 100 percent ANSI conformant, you should ensure that the __STDC__ symbol is defined. If the program is being compiled with non-ANSI options, the __STDC__ symbol is undefined. The following code segment shows how this symbol can be checked:
Answers 30 Comments
Dislike Bookmark

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

_DATE__ The current date as a character literal in "MMM DD YYYY" format. __TIME__ The current time as a character literal in "HH:MM:SS" format. printf("File :%s\n", __FILE__ ); printf("Date :%s\n", __DATE__ );
Answers 28 Comments
Dislike Bookmark

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

It is called the preprocessor line control directive. It causes the compiler to view the line number of the next source line as the specified number. Its main use is to make the compiler provide more meaningful error messages.
Answers 72 Comments
Dislike Bookmark

Teaches

Class 9 Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

13

Board

CBSE, State

CBSE Subjects taught

Mathematics

Taught in School or College

Yes

State Syllabus Subjects taught

Mathematics

Class 10 Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

13

Board

CBSE, State

CBSE Subjects taught

Mathematics

Taught in School or College

Yes

State Syllabus Subjects taught

Mathematics

BBA Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BBA Tuition

13

BBA Subject

Mathematics

Type of class

Regular Classes

Class strength catered to

Group Classes

Taught in School or College

Yes

BCA Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

13

BCA Subject

Mathematics, Computer Basics and PC Software , IT

Type of class

Regular Classes

Class strength catered to

Group Classes

Taught in School or College

Yes

Database Training classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Database Training classes

13

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

13

Proficiency level taught

Basic C++

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

13

No Reviews yet!

Answers by Vaishali J. (6)

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

Yes, array subscripts always start with zero.
Answers 59 Comments
Dislike Bookmark

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

You can use the #ifdef and #ifndef preprocessor directives to check whether a symbol has been defined (#ifdef) or whether it has not been defined (#ifndef). Many programmers like to ensure that their own version of NULL is defined, not someone else's. This task can be accomplished as shown here: #ifdef... ...more
You can use the #ifdef and #ifndef preprocessor directives to check whether a symbol has been defined (#ifdef) or whether it has not been defined (#ifndef). Many programmers like to ensure that their own version of NULL is defined, not someone else's. This task can be accomplished as shown here: #ifdef NULL #undef NULL #endif #define NULL (void*) 0 The first line, #ifdef NULL, checks to see whether the NULL symbol has been defined. If so, it is undefined using #undef NULL and the new definition of NULL is defined. To check whether a symbol has not been defined yet, you would use the #ifndef preprocessor directive.
Answers 20 Comments
Dislike Bookmark

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

The ANSI C standard provides a predefined symbol named __STDC__ that is set to 1 when the compiler is enforcing strict ANSI standard conformance. If you want your programs to be 100 percent ANSI conformant, you should ensure that the __STDC__ symbol is defined. If the program is being compiled with non-ANSI... ...more
The ANSI C standard provides a predefined symbol named __STDC__ that is set to 1 when the compiler is enforcing strict ANSI standard conformance. If you want your programs to be 100 percent ANSI conformant, you should ensure that the __STDC__ symbol is defined. If the program is being compiled with non-ANSI options, the __STDC__ symbol is undefined. The following code segment shows how this symbol can be checked:
Answers 30 Comments
Dislike Bookmark

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

_DATE__ The current date as a character literal in "MMM DD YYYY" format. __TIME__ The current time as a character literal in "HH:MM:SS" format. printf("File :%s\n", __FILE__ ); printf("Date :%s\n", __DATE__ );
Answers 28 Comments
Dislike Bookmark

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

It is called the preprocessor line control directive. It causes the compiler to view the line number of the next source line as the specified number. Its main use is to make the compiler provide more meaningful error messages.
Answers 72 Comments
Dislike Bookmark

Contact

Load More

Vaishali J. describes herself as Mathematics and Computer science guide. She conducts classes in BBA Tuition, BCA Tuition and C Language. Vaishali is located in Paschim Vihar, Delhi. Vaishali takes Regular Classes- at her Home. She has 13 years of teaching experience . She is well versed in English, Hindi and Marathi.

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