L B Nagar, Hyderabad, India - 500074.
Details verified of Rameshchandra Sai✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Telugu Mother Tongue (Native)
English Proficient
Hindi Basic
Osmania University 2019
Bachelor of Engineering (B.E.)
L B Nagar, Hyderabad, India - 500074
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.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
BTech Computer Science subjects
Computer Architecture, Computer Organization & Design, Compiler Design, Computer Networks, Database Management Systems, Combinatorics, Data Structures and Algorithms
BTech Branch
BTech Computer Science Engineering
Experience in School or College
I had taken tuition for Intermediate(10+2) maths subjects and extending my knowledge to Engineering
Type of class
Crash Course, Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 11 Tuition
1
Board
State
State boards taught
Andhra Pradesh State Board
Taught in School or College
No
State Syllabus Subjects taught
Computer Science, Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
1
Board
State
State board looking for
Andhra Pradesh State Board
Taught in School or College
No
State Syllabus Subjects taught
Computer Science, Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Engineering Entrance Coaching classes
1
Engineering Entrance Exams
GATE Coaching Classes
Type of class
Crash Course, Regular Classes
Teaching Experience in detail in Engineering Entrance Coaching classes
I can teach all the subjects with respect to Gate Computer Science or a specific subject if you are not good in, I can give a demo class if you want.
1. Which BTech branches do you tutor for?
BTech Computer Science Engineering
2. Do you have any prior teaching experience?
Yes
3. Which classes do you teach?
I teach BTech Tuition, Class 11 Tuition, Class 12 Tuition and Engineering Entrance Coaching 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 less than a year.
Answered on 26/04/2021 Learn Tuition
//Swapping without using any temporary variable
#include<stdio.h>
int main()
{
int a=10, b=20;
printf("Before swap a=%d b=%d",a,b);
a=a+b;//a=30 (10+20)
b=a-b;//b=10 (30-20)
a=a-b;//a=20 (30-10)
printf("\nAfter swap a=%d b=%d",a,b);
return 0;
}
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
BTech Computer Science subjects
Computer Architecture, Computer Organization & Design, Compiler Design, Computer Networks, Database Management Systems, Combinatorics, Data Structures and Algorithms
BTech Branch
BTech Computer Science Engineering
Experience in School or College
I had taken tuition for Intermediate(10+2) maths subjects and extending my knowledge to Engineering
Type of class
Crash Course, Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 11 Tuition
1
Board
State
State boards taught
Andhra Pradesh State Board
Taught in School or College
No
State Syllabus Subjects taught
Computer Science, Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
1
Board
State
State board looking for
Andhra Pradesh State Board
Taught in School or College
No
State Syllabus Subjects taught
Computer Science, Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Engineering Entrance Coaching classes
1
Engineering Entrance Exams
GATE Coaching Classes
Type of class
Crash Course, Regular Classes
Teaching Experience in detail in Engineering Entrance Coaching classes
I can teach all the subjects with respect to Gate Computer Science or a specific subject if you are not good in, I can give a demo class if you want.
Answered on 26/04/2021 Learn Tuition
//Swapping without using any temporary variable
#include<stdio.h>
int main()
{
int a=10, b=20;
printf("Before swap a=%d b=%d",a,b);
a=a+b;//a=30 (10+20)
b=a-b;//b=10 (30-20)
a=a-b;//a=20 (30-10)
printf("\nAfter swap a=%d b=%d",a,b);
return 0;
}
Share this Profile
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.