Details verified of Joy Dutta✕
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 English Proficient
Banaras Hindu University 2015
Master of Computer Applications (M.C.A.)
A-Zone, Durgapur, India - 713204
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 class via Zoom
Student's Home
Tutor's Home
Years of Experience in C Language Classes
6
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
6
BCA Subject
C Language Programming, Algorithm Design , Software Engineering , Data structures
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
No
Answered on 22/04/2021
Ask a Question
There are couple of methods, but more efficient is to use BITWISE XOR.
a = 1, b =2;
a = a^b;
b = a^b;
a = a^b;
#include <stdio.h>
int main() {
int a = 1, b = 2;
printf("a = %d, b = %d", a , b);
a = a ^b;
b = a ^ b;
a = a ^ b;
printf("a = %d, b = %d", a , b);
return;
}
Ask a Question
Also have a look at
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in C Language Classes
6
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
6
BCA Subject
C Language Programming, Algorithm Design , Software Engineering , Data structures
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
No
Answered on 22/04/2021
Ask a Question
There are couple of methods, but more efficient is to use BITWISE XOR.
a = 1, b =2;
a = a^b;
b = a^b;
a = a^b;
#include <stdio.h>
int main() {
int a = 1, b = 2;
printf("a = %d, b = %d", a , b);
a = a ^b;
b = a ^ b;
a = a ^ b;
printf("a = %d, b = %d", a , b);
return;
}
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.