UrbanPro
true
Arathi P. Advanced VBScript trainer in Pune

Arathi P.

Having 17 years of teaching experience

Chinchwad Gaon, Pune, India - 411033.

1 Student

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

Details verified of Arathi P.

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 have done my MBA in Operations from Indira Gandhi National Open University (IGNOU). I have 17 years of teaching experience. I take classes for progamming languages.

Languages Spoken

Hindi

English

Marathi

Kannada

Education

Indira Gandhi National Open University (IGNOU)

Master of Business Administration (M.B.A.)

Address

Chinchwad Gaon, Pune, India - 411033

Verified Info

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

Advanced VBScript Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Advanced VBScript Training

17

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

17

HTML Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

17

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

17

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

17

Teaches

Core Java, Servlet

Certification training offered

No

MS Access Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MS Access Training

17

MS Office Software Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MS Office Software Training

17

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

17

Type of Computer course taken

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

Oracle Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Oracle Training

17

Documents (1)

About Me

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach Advanced VBScript, C Language, Computer, HTML, Java Script Training, Java Training, MS Access, MS Office Software Training and Oracle Training Classes.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for 17 years.

Answers by Arathi P. (4)

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

Stream is a sequence of bytes of data. A sequence of bytes added by the end user into a program is called input stream. A sequence of bytes displayed on an output device of the program is called output stream.
Answers 26 Comments
Dislike Bookmark

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

ANSI C standard provides a predefined symbol _STDC_. To check whether your program follows ANSI C Standard you can write a #ifdef code like: #ifdef _STDC_ (if yes your code) #else (if no your code) #endif
Answers 30 Comments
Dislike Bookmark

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

_DATE_ & _TIME_ are macros designed and defined to display the date & time on which the preprocessor is being run. DATE will be in Month Date and Year ie Jan 20 2015 (11 characters) and TIME will be in Hours Minutes & seconds i.e. 18:40:10 (8 characters)
Answers 28 Comments
Dislike Bookmark

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

To check whether the symbol is defined or not you have to use #ifdef or #ifndef. You can check like a simple if condition: #ifdef NAME (the course of ation i.e. your c / c++ code) #else (the course of ation i.e. your c / c++ code) #endif
Answers 20 Comments
Dislike Bookmark

Teaches

Advanced VBScript Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Advanced VBScript Training

17

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

17

HTML Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

17

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

17

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

17

Teaches

Core Java, Servlet

Certification training offered

No

MS Access Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MS Access Training

17

MS Office Software Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MS Office Software Training

17

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

17

Type of Computer course taken

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

Oracle Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Oracle Training

17

No Reviews yet!

Answers by Arathi P. (4)

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

Stream is a sequence of bytes of data. A sequence of bytes added by the end user into a program is called input stream. A sequence of bytes displayed on an output device of the program is called output stream.
Answers 26 Comments
Dislike Bookmark

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

ANSI C standard provides a predefined symbol _STDC_. To check whether your program follows ANSI C Standard you can write a #ifdef code like: #ifdef _STDC_ (if yes your code) #else (if no your code) #endif
Answers 30 Comments
Dislike Bookmark

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

_DATE_ & _TIME_ are macros designed and defined to display the date & time on which the preprocessor is being run. DATE will be in Month Date and Year ie Jan 20 2015 (11 characters) and TIME will be in Hours Minutes & seconds i.e. 18:40:10 (8 characters)
Answers 28 Comments
Dislike Bookmark

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

To check whether the symbol is defined or not you have to use #ifdef or #ifndef. You can check like a simple if condition: #ifdef NAME (the course of ation i.e. your c / c++ code) #else (the course of ation i.e. your c / c++ code) #endif
Answers 20 Comments
Dislike Bookmark

Arathi P. describes herself as Having 17 years of teaching experience. She conducts classes in Advanced VBScript, C Language and Computer. Arathi is located in Chinchwad Gaon, Pune. Arathi takes Online Classes- via online medium. She has 17 years of teaching experience . Arathi has completed Master of Business Administration (M.B.A.) from Indira Gandhi National Open University (IGNOU). She is well versed in Hindi, English, Marathi and Kannada.

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