UrbanPro
true
Vikramjeet HTML trainer in Mumbai/>

Vikramjeet

GeeksForGeeks

Borivali East, Mumbai, India - 400066.

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

Details verified of Vikramjeet

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Vikramjeet describes himself as GeeksForGeeks. He conducts classes in C Language, C++ Language and Computer Networking. Vikramjeet is located in Borivali East, Mumbai. Vikramjeet takes at students Home and Regular Classes- at his Home. He has 1 years of teaching experience . HeĀ is well versed in English.

Languages Spoken

English

Address

Borivali East, Mumbai, India - 400066

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

HTML Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

1

Python Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Course Duration provided

1-3 months

Seeker background catered to

Individual

Certification provided

No

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Teaches

Web services, Spring, Hibernate, Core Java, Servlet

Certification training offered

No

Computer Networking classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Proficiency level taught

Advanced C++, Basic C++

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

1

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which classes do you teach?

I teach C Language, C++ Language, Computer Networking, HTML, Java Training and Python 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 1 year.

Answers by Vikramjeet (2)

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

C language do not perform any bounds check on array during run time, so it will not give any error if you are doing so. But technically its not right to do so, because the memory location you are using or manipulating anything may contain some very sensitive information, which may other program are... ...more
C language do not perform any bounds check on array during run time, so it will not give any error if you are doing so. But technically its not right to do so, because the memory location you are using or manipulating anything may contain some very sensitive information, which may other program are using, can lead to crash the program or machine itself..
Answers 22 Comments
Dislike Bookmark

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

In C language array will always starts with index 0, while there are some other languages which offers 1 as the lower index and also some languages have user defined lower and upper bounds, refer to wiki for more details : https://en.wikipedia.org/wiki/Comparison_of_programming_languages_(array) The... ...more
In C language array will always starts with index 0, while there are some other languages which offers 1 as the lower index and also some languages have user defined lower and upper bounds, refer to wiki for more details : https://en.wikipedia.org/wiki/Comparison_of_programming_languages_(array) The technical reason is that C is supposed to be an efficient language. Arrays are stored in contiguous memory locations. So let say, starts at address 1000, the first element of the array will be at 1000. So, if we have indices starting at 1, the compiler would have to subtract one before it can find the actual memory address of the element , Address of an element : baseaddress + ((index-1) * sizeof(element)). In the case of 0-based indices, there is no need to subtract anything, because baseaddress + (index * sizeof(element)) gives us the appropriate address.
Answers 59 Comments
Dislike Bookmark

Teaches

HTML Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

1

Python Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Course Duration provided

1-3 months

Seeker background catered to

Individual

Certification provided

No

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Teaches

Web services, Spring, Hibernate, Core Java, Servlet

Certification training offered

No

Computer Networking classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Proficiency level taught

Advanced C++, Basic C++

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

1

No Reviews yet! Be the first one to Review

Answers by Vikramjeet (2)

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

C language do not perform any bounds check on array during run time, so it will not give any error if you are doing so. But technically its not right to do so, because the memory location you are using or manipulating anything may contain some very sensitive information, which may other program are... ...more
C language do not perform any bounds check on array during run time, so it will not give any error if you are doing so. But technically its not right to do so, because the memory location you are using or manipulating anything may contain some very sensitive information, which may other program are using, can lead to crash the program or machine itself..
Answers 22 Comments
Dislike Bookmark

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

In C language array will always starts with index 0, while there are some other languages which offers 1 as the lower index and also some languages have user defined lower and upper bounds, refer to wiki for more details : https://en.wikipedia.org/wiki/Comparison_of_programming_languages_(array) The... ...more
In C language array will always starts with index 0, while there are some other languages which offers 1 as the lower index and also some languages have user defined lower and upper bounds, refer to wiki for more details : https://en.wikipedia.org/wiki/Comparison_of_programming_languages_(array) The technical reason is that C is supposed to be an efficient language. Arrays are stored in contiguous memory locations. So let say, starts at address 1000, the first element of the array will be at 1000. So, if we have indices starting at 1, the compiler would have to subtract one before it can find the actual memory address of the element , Address of an element : baseaddress + ((index-1) * sizeof(element)). In the case of 0-based indices, there is no need to subtract anything, because baseaddress + (index * sizeof(element)) gives us the appropriate address.
Answers 59 Comments
Dislike Bookmark

Vikramjeet describes himself as GeeksForGeeks. He conducts classes in C Language, C++ Language and Computer Networking. Vikramjeet is located in Borivali East, Mumbai. Vikramjeet takes at students Home and Regular Classes- at his Home. He has 1 years of teaching experience . HeĀ is well versed in 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