UrbanPro
true
Arathi P. Advanced VBScript trainer in Pune

Arathi P.

locationImg Chinchwad Gaon, Pune
17 yrs of Exp
students 1 student
Book a Free Demo
Book a Free 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.

Having 17 years of teaching experience

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 Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Advanced VBScript Training

17

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

17

HTML Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in HTML Training

17

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

17

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

17

Teaches

Core Java, Servlet

Certification training offered

No

MS Access Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in MS Access Training

17

MS Office Software Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in MS Office Software Training

17

Computer Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

17

Type of Computer course taken

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

Oracle Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Oracle Training

17

Documents (1)

About Me

Reviews

No Reviews yet!

Answers by Arathi P. (4)

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

Ask a Question

Post a Lesson

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

Ask a Question

Post a Lesson

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

Ask a Question

Post a Lesson

_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

Ask a Question

Post a Lesson

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
x

Ask a Question

Please enter your Question

Please select a Tag

Teaches

Advanced VBScript Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Advanced VBScript Training

17

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

17

HTML Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in HTML Training

17

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

17

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

17

Teaches

Core Java, Servlet

Certification training offered

No

MS Access Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in MS Access Training

17

MS Office Software Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in MS Office Software Training

17

Computer Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

17

Type of Computer course taken

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

Oracle Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Oracle Training

17

No Reviews yet!

Answers by Arathi P.

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

Ask a Question

Post a Lesson

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

Ask a Question

Post a Lesson

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

Ask a Question

Post a Lesson

_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

Ask a Question

Post a Lesson

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
x

Ask a Question

Please enter your Question

Please select a Tag

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