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.
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
Share this Profile
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.