A-Zone, Durgapur, India - 713204.
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.
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 (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
6
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
6
BCA Subject
C Language Programming, Software Engineering , Algorithm Design , Data structures
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
No
1. Which classes do you teach?
I teach BCA Tuition and C Language Classes.
2. Do you provide a demo class?
Yes, I provide a free demo class.
3. How many years of experience do you have?
I have been teaching for 6 years.
Answered on 22/04/2021 Learn Tuition
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;
}
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
6
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
6
BCA Subject
C Language Programming, Software Engineering , Algorithm Design , 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 Learn Tuition
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;
}
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Joy Dutta
Let Joy Dutta know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.