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.
Online Classes 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 class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
2
Fees
₹ 200.0 per hour
Board
ICSE, State, CBSE
Subjects taught
Science, Computers, Mathematics, Computer Science, English, Social studies, Bengali, Social Science, EVS
Taught in School or College
No
Answered on 10/05/2021
Ask a Question
#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;
}
Ask a Question
Also have a look at
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
2
Fees
₹ 200.0 per hour
Board
ICSE, State, CBSE
Subjects taught
Science, Computers, Mathematics, Computer Science, English, Social studies, Bengali, Social Science, EVS
Taught in School or College
No
Answered on 10/05/2021
Ask a Question
#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;
}
Ask a Question
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.