Kestopur, Kolkata, India - 700101.
Details verified of Antara G.✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Bengali Mother Tongue (Native)
English Proficient
Hindi Proficient
Maulana Abul Kalam Azad University of Technology Pursuing
Bachelor of Technology (B.Tech.)
Kestopur, Kolkata, India - 700101
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
Years of Experience in Class I-V Tuition
2
Fees
₹ 200.0 per hour
Board
CBSE, ICSE, State
Subjects taught
Social Science, Computer Science, Mathematics, EVS, Bengali, English, Computers, Science, Social studies
Taught in School or College
No
1. Which school boards of Class 1-5 do you teach for?
CBSE, ICSE and State
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 2 years.
Answered on 10/05/2021 Learn Tuition
#include<stdio.h>
int main()
{
int x, y;
printf("Enter the value of x and y?");
scanf("%d %d",&x,&y);
printf("before swapping numbers: %d %d\n",x,y);
/*swapping*/
x = x + y;
y = x - y;
x = x - y;
printf("After swapping: %d %d",x,y);
return 0;
}
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
2
Fees
₹ 200.0 per hour
Board
CBSE, ICSE, State
Subjects taught
Social Science, Computer Science, Mathematics, EVS, Bengali, English, Computers, Science, Social studies
Taught in School or College
No
Answered on 10/05/2021 Learn Tuition
#include<stdio.h>
int main()
{
int x, y;
printf("Enter the value of x and y?");
scanf("%d %d",&x,&y);
printf("before swapping numbers: %d %d\n",x,y);
/*swapping*/
x = x + y;
y = x - y;
x = x - y;
printf("After swapping: %d %d",x,y);
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.