Alwar, Alwar, India - 301001.
1
Details verified of Hemant✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Hindi Mother Tongue (Native)
English Basic
Govt Engg College 2010
Bachelor of Engineering (B.E.)
Rajasthan Technical University Kota 2014
Master of Engineering - Master of Technology (M.E./M.Tech.)
Alwar, Alwar, India - 301001
ID 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 12 Tuition
8
Experience in School or College
KVS, govt college,PG college,saini classes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BA Tuition
8
Field tutored for
Computer Science
BA Computer Science Subjects
Programming Fundamentals using C++, Internet Technologies, Software Engineering, Data Structures, Operating Systems, Computer System Architecture, Artificial Intelligence, Database Management Systems, Computer Networks, Design and Analysis of Algorithms
Experience in School or College
Experience of 8+ years in teaching computer in BA/BSC/BCOM/MSC papers at Rajrishi matsya university/Rajasthan university
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Teaching Experience in detail in BA Tuition
6 + years teaching experience in PG college Matysa University Alwar, DAV Ajmer,Rajasthan University
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
8
BSc Computer Science Subjects
Data Mining, Network programming and Administration, Digital Electronics, Computer Systems Architecture, Data Communication and Computer Networks, Operating Systems, Information Security, Software Engineering, Internet Technologies, Programming Fundamentals, Data Structures
Experience in School or College
6+ years in teaching computer in BSC at Rajsthan university , Matasya University
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Computer organization & architechture, Advance and data structure, Problem solving methodologies & programming in C, Foundation of information Technology
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
BSc Branch
BSc Computer Science, BSc IT, BSc Mathematics
BSc Mathematics Subjects
Numerical Methods and Programming
Teaching Experience in detail in BSc Tuition
6+ years in RRMBU and Rajasthan University and RTU
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
8
Teaching Experience in detail in C Language Classes
Professional Experience of 12 years in teaching C in Engineering College Ajmer, RTU kota,GEC ,MITRC Alwar,RRMBU, Rajasthan University Jaipur
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Computer Classes
12
Type of Computer course taken
Basics of Computer usage, Training in Computer tools usage, Software Programming
Teaching Experience in detail in Computer Classes
Taught 1st year B.Tech Students, BA/BCOM/BSC 1st years with 6+ years experience in RRMBU, GEC ajmer, RU
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
6
Board
CBSE, State
State boards taught
Rajasthan State Board, Delhi State Board
CBSE Subjects taught
Computers
Taught in School or College
Yes
State Syllabus Subjects taught
Computer Science
5 out of 5 1 review
Neeraj Sharma
"I have passion teach the students and many advantages of study welfare education system. One year experience. "
1. Which classes do you teach?
I teach BA Tuition, BSc Tuition, C Language, Class 12 Tuition, Class I-V Tuition and Computer 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 8 years.
Answered on 13/05/2021 Learn Tuition
Answered on 13/05/2021 Learn Tuition
// program without third variable
#include<stdio.h>
int main()
{
int a=10, b=20;
printf("Before swap a=%d b=%d",a,b);
a=a+b;
b=a-b;
a=a-b;
printf("\nAfter swap a=%d b=%d",a,b);
return 0;
}
program for swapping with third variable
#include<stdio.h>
#include<conio.h>
void main()
{
int x = 10, y = 15, temp;
temp = x;
x = y;
y = temp;
printf("x = %d and y = %d", x, y);
getch();
}
Answered on 13/05/2021 Learn IT Courses
Answered on 13/05/2021 Learn IT Courses
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
8
Experience in School or College
KVS, govt college,PG college,saini classes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BA Tuition
8
Field tutored for
Computer Science
BA Computer Science Subjects
Programming Fundamentals using C++, Internet Technologies, Software Engineering, Data Structures, Operating Systems, Computer System Architecture, Artificial Intelligence, Database Management Systems, Computer Networks, Design and Analysis of Algorithms
Experience in School or College
Experience of 8+ years in teaching computer in BA/BSC/BCOM/MSC papers at Rajrishi matsya university/Rajasthan university
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Teaching Experience in detail in BA Tuition
6 + years teaching experience in PG college Matysa University Alwar, DAV Ajmer,Rajasthan University
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
8
BSc Computer Science Subjects
Data Mining, Network programming and Administration, Digital Electronics, Computer Systems Architecture, Data Communication and Computer Networks, Operating Systems, Information Security, Software Engineering, Internet Technologies, Programming Fundamentals, Data Structures
Experience in School or College
6+ years in teaching computer in BSC at Rajsthan university , Matasya University
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Computer organization & architechture, Advance and data structure, Problem solving methodologies & programming in C, Foundation of information Technology
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
BSc Branch
BSc Computer Science, BSc IT, BSc Mathematics
BSc Mathematics Subjects
Numerical Methods and Programming
Teaching Experience in detail in BSc Tuition
6+ years in RRMBU and Rajasthan University and RTU
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
8
Teaching Experience in detail in C Language Classes
Professional Experience of 12 years in teaching C in Engineering College Ajmer, RTU kota,GEC ,MITRC Alwar,RRMBU, Rajasthan University Jaipur
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Computer Classes
12
Type of Computer course taken
Basics of Computer usage, Training in Computer tools usage, Software Programming
Teaching Experience in detail in Computer Classes
Taught 1st year B.Tech Students, BA/BCOM/BSC 1st years with 6+ years experience in RRMBU, GEC ajmer, RU
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
6
Board
CBSE, State
State boards taught
Rajasthan State Board, Delhi State Board
CBSE Subjects taught
Computers
Taught in School or College
Yes
State Syllabus Subjects taught
Computer Science
5 out of 5 1 review
Neeraj Sharma
"I have passion teach the students and many advantages of study welfare education system. One year experience. "
Answered on 13/05/2021 Learn Tuition
Answered on 13/05/2021 Learn Tuition
// program without third variable
#include<stdio.h>
int main()
{
int a=10, b=20;
printf("Before swap a=%d b=%d",a,b);
a=a+b;
b=a-b;
a=a-b;
printf("\nAfter swap a=%d b=%d",a,b);
return 0;
}
program for swapping with third variable
#include<stdio.h>
#include<conio.h>
void main()
{
int x = 10, y = 15, temp;
temp = x;
x = y;
y = temp;
printf("x = %d and y = %d", x, y);
getch();
}
Answered on 13/05/2021 Learn IT Courses
Answered on 13/05/2021 Learn IT Courses
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Hemant
Let Hemant know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.