Gobindapur, Asansol, India - 713305.
Verified
18
Details verified of Dhiman Roy✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Intro Video
Bengali Mother Tongue (Native)
English Proficient
Hindi Basic
West Bengal University of Technology 2012
Master of Engineering - Master of Technology (M.E./M.Tech.)
Sun Microsystem 2009
Sun Certified Java Professional
Gobindapur, Asansol, India - 713305
ID Verified
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 Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
20
BTech Electrical & Electronics subjects
Data Structures & Algorithms, Database Management Systems
BTech Electrical & Communication
Object Oriented Programming, Data Structures and Algorithms
BTech Computer Science subjects
Object Oriented Programming & Systems, Java Programming, Data Structures and Algorithms, Database Management Systems
BTech Branch
BTech Electrical & Electronics, BTech Information Science Engineering, BTech Computer Science Engineering, BTech Electrical & Communication Engineering
BTech Information Science subjects
Data Structures and Algorithms, Data Warehousing and Data Mining, Object Oriented Programming
Experience in School or College
I am working as a Teacher in an Engineering College in West Bengal. I give tuition for the last 20 years
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
20
Board
State, IGCSE, ISC/ICSE, CBSE, NIOS, AS/A levels
Experience in School or College
I am teaching in An Engineering College for the last 16 Years
Subjects taught
Computer Science
Taught in School or College
Yes
Teaching Experience in detail in Class 12 Tuition
I teach C, C++, JAVA, Python, Data Structure, DBMS, Networking etc.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 11 Tuition
20
Board
State, IGCSE, ISC/ICSE, CBSE, NIOS, AS/A levels
Subjects taught
Computer Science, Informatics practices
Taught in School or College
Yes
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
20
Board
ICSE, NIOS, IGCSE, State, CBSE
Experience in School or College
I am teaching in an Engineering College for the last 16 years
Subjects taught
Computer Application, Computer Practices, Information Technology, Information and Comunication Technology
Taught in School or College
Yes
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
20
Board
ICSE, NIOS, IGCSE, State, CBSE
Experience in School or College
I am teaching in an Engineering College for the last 16 years
Subjects taught
Information and Comunication Technology, Computer Practices, Computer Application, Information Technology
Taught in School or College
Yes
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 8 Tuition
20
Board
CBSE, ICSE, NIOS, Cambridge Assessment International Education (CAIE), State, DAV board
Experience in School or College
I am teaching in an Engineering College for the last 16 Years
Subjects taught
Computer Science, Computers
Taught in School or College
Yes
1. Which BTech branches do you tutor for?
BTech Electrical & Electronics, BTech Information Science Engineering, BTech Computer Science Engineering and others
2. Do you have any prior teaching experience?
Yes
3. Which classes do you teach?
I teach BTech Tuition, Class 10 Tuition, Class 11 Tuition, Class 12 Tuition, Class 8 Tuition and Class 9 Tuition Classes.
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 20 years.
Answered on 11/05/2021 Learn Tuition
Swapping of two numbers Using third variable
#include<stdio.h>
int main()
{
int a,b,c;
printf("Enter two numbers ");
scanf("%d%d",&a,&b);
c=a;
a=b;
b=c;
printf("The numbers after swapping are : %d and %d",a,b);
return 0;
}
Swapping of two numbers WITHOUT Using third variable
#include<stdio.h>
int main()
{
int a,b;
printf("Enter two numbers ");
scanf("%d%d",&a,&b);
a=a+b;
b=a-b;
a=a-b;
printf("The numbers after swapping are : %d and %d",a,b);
return 0;
}
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
20
BTech Electrical & Electronics subjects
Data Structures & Algorithms, Database Management Systems
BTech Electrical & Communication
Object Oriented Programming, Data Structures and Algorithms
BTech Computer Science subjects
Object Oriented Programming & Systems, Java Programming, Data Structures and Algorithms, Database Management Systems
BTech Branch
BTech Electrical & Electronics, BTech Information Science Engineering, BTech Computer Science Engineering, BTech Electrical & Communication Engineering
BTech Information Science subjects
Data Structures and Algorithms, Data Warehousing and Data Mining, Object Oriented Programming
Experience in School or College
I am working as a Teacher in an Engineering College in West Bengal. I give tuition for the last 20 years
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
20
Board
State, IGCSE, ISC/ICSE, CBSE, NIOS, AS/A levels
Experience in School or College
I am teaching in An Engineering College for the last 16 Years
Subjects taught
Computer Science
Taught in School or College
Yes
Teaching Experience in detail in Class 12 Tuition
I teach C, C++, JAVA, Python, Data Structure, DBMS, Networking etc.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 11 Tuition
20
Board
State, IGCSE, ISC/ICSE, CBSE, NIOS, AS/A levels
Subjects taught
Computer Science, Informatics practices
Taught in School or College
Yes
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
20
Board
ICSE, NIOS, IGCSE, State, CBSE
Experience in School or College
I am teaching in an Engineering College for the last 16 years
Subjects taught
Computer Application, Computer Practices, Information Technology, Information and Comunication Technology
Taught in School or College
Yes
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
20
Board
ICSE, NIOS, IGCSE, State, CBSE
Experience in School or College
I am teaching in an Engineering College for the last 16 years
Subjects taught
Information and Comunication Technology, Computer Practices, Computer Application, Information Technology
Taught in School or College
Yes
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 8 Tuition
20
Board
CBSE, ICSE, NIOS, Cambridge Assessment International Education (CAIE), State, DAV board
Experience in School or College
I am teaching in an Engineering College for the last 16 Years
Subjects taught
Computer Science, Computers
Taught in School or College
Yes
Answered on 11/05/2021 Learn Tuition
Swapping of two numbers Using third variable
#include<stdio.h>
int main()
{
int a,b,c;
printf("Enter two numbers ");
scanf("%d%d",&a,&b);
c=a;
a=b;
b=c;
printf("The numbers after swapping are : %d and %d",a,b);
return 0;
}
Swapping of two numbers WITHOUT Using third variable
#include<stdio.h>
int main()
{
int a,b;
printf("Enter two numbers ");
scanf("%d%d",&a,&b);
a=a+b;
b=a-b;
a=a-b;
printf("The numbers after swapping are : %d and %d",a,b);
return 0;
}
Share this Profile
Also have a look at
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.