Sector 44, Noida, India - 201303.
Details verified of Bhavika C.✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Hindi Mother Tongue (Native)
English Basic
Amity university noida Pursuing
Bachelor of Computer Applications (B.C.A.)
Sector 44, Noida, India - 201303
Phone 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
Fees
₹ 1000.0 per hour
NIOS Subjects taught
Science
Board
CBSE
CBSE Subjects taught
English, Science, Mathematics, Computers, Hindi, Social Science, EVS
Taught in School or College
No
1. Which school boards of Class 1-5 do you teach for?
CBSE
2. Have you ever taught in any School or College?
No
3. Which classes do you teach?
I teach Class I-V Tuition Class.
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 16/03/2021 Learn Tuition
// C++ Program to swap two numbers without // using temporary variable #include <bits/stdc++.h> using namespace std; int main() { int x = 10, y = 5; // Code to swap 'x' and 'y' x = x + y; // x now becomes 15 y = x - y; // y becomes 10 x = x - y; // x becomes 5 cout << "After Swapping: x =" << x << ", y=" << y; } |
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Fees
₹ 1000.0 per hour
NIOS Subjects taught
Science
Board
CBSE
CBSE Subjects taught
English, Science, Mathematics, Computers, Hindi, Social Science, EVS
Taught in School or College
No
Answered on 16/03/2021 Learn Tuition
// C++ Program to swap two numbers without // using temporary variable #include <bits/stdc++.h> using namespace std; int main() { int x = 10, y = 5; // Code to swap 'x' and 'y' x = x + y; // x now becomes 15 y = x - y; // y becomes 10 x = x - y; // x becomes 5 cout << "After Swapping: x =" << x << ", y=" << y; } |
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.