UrbanPro
true
Syed Oracle trainer in Bangalore/>

Syed

locationImg Arabic College Bus Stop, Bangalore
students 2 students
Book a Free Demo
Book a Free Demo

Details verified of Syed

Identity

Education

Know how UrbanPro verifies Tutor details

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

Expert C/C++ Trainer with over 15 years of Experience

Student's home
Tutor's home
Over 15 years of experience in Teaching / Development.
Worked as Lecturer at an Engineering College for 6 years.
Working as Corporate Trainer from past 10 years.
Trained at several top MNC's like WIPRO, SAMSUNG, LG SOFT, ROBERT BOSCH, AKAMAI, BAJAJ etc.,

Languages Spoken

Kannada

Hindi

English

Address

Arabic College Bus Stop, Bangalore, India - 560045

Verified Info

Education Verified

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

Oracle Training

Class Location

Online class via Zoom

Student's Home

Tutor's Home

.Net Training

Class Location

Online class via Zoom

Student's Home

Tutor's Home

C++ Language Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

15

Proficiency level taught

Advanced C++, Basic C++

Teaching Experience in detail in C++ Language Classes

Having more than years of experience in teaching C++ for Basic and Advanced Level academic and corporate level.

C Language Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in C Language Classes

15

Teaching Experience in detail in C Language Classes

Having more than years of experience in teaching C for Basic and Advanced Level academic and corporate level.

Java Training Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

3

Teaches

Servlet, Core Java

Certification training offered

Yes

Teaching Experience in detail in Java Training Classes

Having more than years of experience in teaching Java for Basic and Advanced Level academic and corporate level.

BCA Tuition

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

15

BCA Subject

Algorithm Design , Problem Solving and Programming , C Language Programming, Java Programming, Computer Basics and PC Software , Unix Shell programming, Data structures, IT, Programming in C++

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Teaching Experience in detail in BCA Tuition

Trained C, Data Structure, C++, Java for BCA Students.

BTech Tuition
1 Student

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

10

BTech Computer Science subjects

Programming in C#, Linux Programming, Java Programming, Data Structures and Algorithms, Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Teaching Experience in detail in BTech Tuition

Worked as Lecturer for 6 years at a reputed engineering college. Subjects handled are C Programming for 1st year, Data Structure, Analysis and Design of Algorithm, OOPs with C++, JAVA

Reviews

No Reviews yet!

Answers by Syed

Answered on 12/02/2016 Learn IT Courses/Programming Languages/C Language

Ask a Question

Post a Lesson

Const, volatile and restrict
Answers 17 Comments
Dislike Bookmark

Answered on 11/02/2016 Learn IT Courses/Programming Languages/C Language

Ask a Question

Post a Lesson

If you don't use getch , the control comes back to program editor window and we need to press alt+f5 to see output screen. To avoid this we use getch to make sure the program waits till you see result and press a key. It is not a good practice to use getch.
Answers 35 Comments
Dislike Bookmark

Answered on 19/12/2015 Learn IT Courses/Java

Ask a Question

Post a Lesson

When we use C/C++, it generates machine code based on processor architecture and OS Note C/C++ source code is portable, executable is not. A program compiled on windows will not work on Linux. Java converts source code to bytecode. Bytecode is generic and not based on OS/processor. But every time... ...more
When we use C/C++, it generates machine code based on processor architecture and OS Note C/C++ source code is portable, executable is not. A program compiled on windows will not work on Linux. Java converts source code to bytecode. Bytecode is generic and not based on OS/processor. But every time you run it, JVM, the run-time translator converts bytecode to machine code. Different JVM are used for different OS/ machine architecture. Java is portable but slow.
Answers 48 Comments
Dislike Bookmark

Answered on 19/12/2015 Learn IT Courses/Programming Languages/C++ Language

Ask a Question

Post a Lesson

References are alternative of pointers. It is simpler to use references over pointers. Internally references are similar to pointers. Eg: Indirect access using pointers. int x =10; int *ptr = &x; //modify value of x indirectly *ptr = 20; //increment by 1 *ptr++ is wrong (*ptr)++ is correct. Reference int... ...more
References are alternative of pointers. It is simpler to use references over pointers. Internally references are similar to pointers. Eg: Indirect access using pointers. int x =10; int *ptr = &x; //modify value of x indirectly *ptr = 20; //increment by 1 *ptr++ is wrong (*ptr)++ is correct. Reference int &ref=x; ref=20; ref++; Late binding and Run-time polymorphism can be achieved by reference and pointer. I hope u got the basic point. Regard Syed
Answers 19 Comments
Dislike Bookmark
x

Ask a Question

Please enter your Question

Please select a Tag

Teaches

Oracle Training

Class Location

Online class via Zoom

Student's Home

Tutor's Home

.Net Training

Class Location

Online class via Zoom

Student's Home

Tutor's Home

C++ Language Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

15

Proficiency level taught

Advanced C++, Basic C++

Teaching Experience in detail in C++ Language Classes

Having more than years of experience in teaching C++ for Basic and Advanced Level academic and corporate level.

C Language Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in C Language Classes

15

Teaching Experience in detail in C Language Classes

Having more than years of experience in teaching C for Basic and Advanced Level academic and corporate level.

Java Training Classes

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

3

Teaches

Servlet, Core Java

Certification training offered

Yes

Teaching Experience in detail in Java Training Classes

Having more than years of experience in teaching Java for Basic and Advanced Level academic and corporate level.

BCA Tuition

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

15

BCA Subject

Algorithm Design , Problem Solving and Programming , C Language Programming, Java Programming, Computer Basics and PC Software , Unix Shell programming, Data structures, IT, Programming in C++

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Teaching Experience in detail in BCA Tuition

Trained C, Data Structure, C++, Java for BCA Students.

BTech Tuition
1 Student

Class Location

Online class via Zoom

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

10

BTech Computer Science subjects

Programming in C#, Linux Programming, Java Programming, Data Structures and Algorithms, Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Teaching Experience in detail in BTech Tuition

Worked as Lecturer for 6 years at a reputed engineering college. Subjects handled are C Programming for 1st year, Data Structure, Analysis and Design of Algorithm, OOPs with C++, JAVA

No Reviews yet!

Answers by Syed

Answered on 12/02/2016 Learn IT Courses/Programming Languages/C Language

Ask a Question

Post a Lesson

Const, volatile and restrict
Answers 17 Comments
Dislike Bookmark

Answered on 11/02/2016 Learn IT Courses/Programming Languages/C Language

Ask a Question

Post a Lesson

If you don't use getch , the control comes back to program editor window and we need to press alt+f5 to see output screen. To avoid this we use getch to make sure the program waits till you see result and press a key. It is not a good practice to use getch.
Answers 35 Comments
Dislike Bookmark

Answered on 19/12/2015 Learn IT Courses/Java

Ask a Question

Post a Lesson

When we use C/C++, it generates machine code based on processor architecture and OS Note C/C++ source code is portable, executable is not. A program compiled on windows will not work on Linux. Java converts source code to bytecode. Bytecode is generic and not based on OS/processor. But every time... ...more
When we use C/C++, it generates machine code based on processor architecture and OS Note C/C++ source code is portable, executable is not. A program compiled on windows will not work on Linux. Java converts source code to bytecode. Bytecode is generic and not based on OS/processor. But every time you run it, JVM, the run-time translator converts bytecode to machine code. Different JVM are used for different OS/ machine architecture. Java is portable but slow.
Answers 48 Comments
Dislike Bookmark

Answered on 19/12/2015 Learn IT Courses/Programming Languages/C++ Language

Ask a Question

Post a Lesson

References are alternative of pointers. It is simpler to use references over pointers. Internally references are similar to pointers. Eg: Indirect access using pointers. int x =10; int *ptr = &x; //modify value of x indirectly *ptr = 20; //increment by 1 *ptr++ is wrong (*ptr)++ is correct. Reference int... ...more
References are alternative of pointers. It is simpler to use references over pointers. Internally references are similar to pointers. Eg: Indirect access using pointers. int x =10; int *ptr = &x; //modify value of x indirectly *ptr = 20; //increment by 1 *ptr++ is wrong (*ptr)++ is correct. Reference int &ref=x; ref=20; ref++; Late binding and Run-time polymorphism can be achieved by reference and pointer. I hope u got the basic point. Regard Syed
Answers 19 Comments
Dislike Bookmark
x

Ask a Question

Please enter your Question

Please select a Tag

  • Want to learn from Syed?

  • Book a Demo
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