Details verified of Ramkesh✕
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 Hindi Mother Tongue (Native)
English Proficient
Kurukshetra University, Kurukshetra 2006
Bachelor of Computer Science (B.Sc. (Computer Science))
National Institute of Technology, Kurukshetra 2011
Master of Computer Applications (M.C.A.)
Jia Sarai, Delhi, India - 110016
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 class via Zoom
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
9
BCA Subject
Data Communication and Networks, Data and File Structures , Software Engineering , Computer Networks , Computer Architecture, Network Programming and Administration , Digital Electronics, Systems Analysis and Design , Assembly Language Programming, Programming in C++ , Object Oriented Technologies, Database Management Systems , Algorithm Design , Data structures, C Language Programming, Unix Shell programming, Microprocessor, IT, Operating System Concepts and Networking Management , Computer Basics and PC Software , Cryptography and Network Security, Java Programming
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Teaching Experience in detail in BCA Tuition
Teaching experience in details in BCA classes. Overall 9+ years of experience in development and teaching.
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
9
BSc Electronics Subjects
Fundamental of Programming Languages, Digital Electronics, Data Structures
BSc Computer Science Subjects
Computer Graphics, Software Testing, Computer Systems Architecture, Data Mining, Programming Fundamentals, Software Engineering, Microprocessors, Digital Electronics, Data Structures, Data Communication and Computer Networks, Operating Systems
Type of class
Crash Course, Regular Classes
BSc IT Subjects
Problem solving methodologies & programming in C, Computer organization & architechture, Advance and data structure
BSc Economics subjects
Matrix Algebra
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Electronics, BSc Computer Science, BSc IT
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in MCA Coaching classes
9
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
9
BTech Electrical & Electronics subjects
Digital Computer Organization And Architecture, Database Management Systems, Algorithms And Data Structures, Computer Networks, Data Structures & Algorithms
BTech Electrical & Communication
Object Oriented Programming, Computer Organization and Architecture, Data Structures and Algorithms, Communication Networks, Digital Electronics
BTech Computer Science subjects
Database Management Systems, Software Testing and Analysis, Data Structures and Algorithms, Object Oriented Programming & Systems, Computer Organization & Design, Computer Architecture, Computer Networks, Data Warehouse and Data Mining, Software Engineering and Architecture, Design and Analysis of Algorithms, Data Communication, Microprocessors, Linux Programming
BTech Branch
BTech Computer Science Engineering, BTech Electrical & Electronics, BTech Electrical & Communication Engineering
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BTech 1st Year subjects
Computer science
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in MTech Tuition
9
Subject
Electronics/Telecom Engineering, Computers/IT
Taught in School or College
Yes
Class Location
Online class via Zoom
I am willing to Travel
Tutor's Home
Years of Experience in UGC NET Exam Coaching classes
2
UGC_NET_Papers
Paper II / Paper III
Subject
Computer Science and Applications
Teaching Experience in detail in UGC NET Exam Coaching classes
Overall 9+ years of experience in development and teaching.
Answered on 05/02/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
There is no language and database in software industries that you can call as most important. It keeps changing. It's entirely depend upon your requirment. Each languages has its uniqueness and hence important in its domain.
Check below point for further clarification:
Java for Application software developers
C/C++ for System software (Utilities/Device drivers/Embedded Systems) developers.
Python for AI, ML, DL and Data Science application developers.
JS for front-end developers.
Answered on 05/02/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
Answered on 17/01/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
C language is considered as the mother language of all the modern programming languages because most of the compilers, Kernels are written in C language, and most of the programming languages follow C syntax, for example C++, Java, C#, X++ etc.
C programming language is the base for other programming languages. So first of all C language is recommended to learn before other programming languages.
Answered on 14/01/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
First, C++ can do everything C can do, only better. C is the predominant language for embedded systems, not C++. The latter is mostly suited to 32-bit systems, and 32-bit MCUs still have less than a 40% market share. And a lot of 32-bit systems still run without an OS at all (“bare metal”). Those that do are split between using a real-time OS like FreeRTOS, and a variation of Linux. C++ is the most widely used language in embedded systems programming. It is preferred over C to write complex embedded OS. Since C++ provides re-use ability of code (inheritance) and greater modularity ( classes ), it is much easier to update the software, in advanced versions.Also, C++ is mostly used in critical embedded systems (where reliability is of utmost importance) like auto-pilot, medical devices , etc. C++ is the most reliable language.
Answered on 13/01/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
In C, there are two ways to access data member:
1. Simple Variable
2. Pointer Variable
For pointer variable arrow(->) is used to access data member as given in below example:
#include <stdio.h>
struct student
{
int id;
char name[20];
};
int main()
{
int i;
struct student record1 = {20, "Ram"};
struct student *ptr;
ptr = &record1; //here ptr is pointer variable which is refereing to record1 variable
printf("Record of student: \n");
printf(" Id is: %d \n", ptr->id);
printf(" Name is: %s \n", ptr->name);
return 0;
}
Ask a Question
Also have a look at
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
9
BCA Subject
Data Communication and Networks, Data and File Structures , Software Engineering , Computer Networks , Computer Architecture, Network Programming and Administration , Digital Electronics, Systems Analysis and Design , Assembly Language Programming, Programming in C++ , Object Oriented Technologies, Database Management Systems , Algorithm Design , Data structures, C Language Programming, Unix Shell programming, Microprocessor, IT, Operating System Concepts and Networking Management , Computer Basics and PC Software , Cryptography and Network Security, Java Programming
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Teaching Experience in detail in BCA Tuition
Teaching experience in details in BCA classes. Overall 9+ years of experience in development and teaching.
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
9
BSc Electronics Subjects
Fundamental of Programming Languages, Digital Electronics, Data Structures
BSc Computer Science Subjects
Computer Graphics, Software Testing, Computer Systems Architecture, Data Mining, Programming Fundamentals, Software Engineering, Microprocessors, Digital Electronics, Data Structures, Data Communication and Computer Networks, Operating Systems
Type of class
Crash Course, Regular Classes
BSc IT Subjects
Problem solving methodologies & programming in C, Computer organization & architechture, Advance and data structure
BSc Economics subjects
Matrix Algebra
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Electronics, BSc Computer Science, BSc IT
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in MCA Coaching classes
9
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
9
BTech Electrical & Electronics subjects
Digital Computer Organization And Architecture, Database Management Systems, Algorithms And Data Structures, Computer Networks, Data Structures & Algorithms
BTech Electrical & Communication
Object Oriented Programming, Computer Organization and Architecture, Data Structures and Algorithms, Communication Networks, Digital Electronics
BTech Computer Science subjects
Database Management Systems, Software Testing and Analysis, Data Structures and Algorithms, Object Oriented Programming & Systems, Computer Organization & Design, Computer Architecture, Computer Networks, Data Warehouse and Data Mining, Software Engineering and Architecture, Design and Analysis of Algorithms, Data Communication, Microprocessors, Linux Programming
BTech Branch
BTech Computer Science Engineering, BTech Electrical & Electronics, BTech Electrical & Communication Engineering
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BTech 1st Year subjects
Computer science
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in MTech Tuition
9
Subject
Electronics/Telecom Engineering, Computers/IT
Taught in School or College
Yes
Class Location
Online class via Zoom
I am willing to Travel
Tutor's Home
Years of Experience in UGC NET Exam Coaching classes
2
UGC_NET_Papers
Paper II / Paper III
Subject
Computer Science and Applications
Teaching Experience in detail in UGC NET Exam Coaching classes
Overall 9+ years of experience in development and teaching.
Answered on 05/02/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
There is no language and database in software industries that you can call as most important. It keeps changing. It's entirely depend upon your requirment. Each languages has its uniqueness and hence important in its domain.
Check below point for further clarification:
Java for Application software developers
C/C++ for System software (Utilities/Device drivers/Embedded Systems) developers.
Python for AI, ML, DL and Data Science application developers.
JS for front-end developers.
Answered on 05/02/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
Answered on 17/01/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
C language is considered as the mother language of all the modern programming languages because most of the compilers, Kernels are written in C language, and most of the programming languages follow C syntax, for example C++, Java, C#, X++ etc.
C programming language is the base for other programming languages. So first of all C language is recommended to learn before other programming languages.
Answered on 14/01/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
First, C++ can do everything C can do, only better. C is the predominant language for embedded systems, not C++. The latter is mostly suited to 32-bit systems, and 32-bit MCUs still have less than a 40% market share. And a lot of 32-bit systems still run without an OS at all (“bare metal”). Those that do are split between using a real-time OS like FreeRTOS, and a variation of Linux. C++ is the most widely used language in embedded systems programming. It is preferred over C to write complex embedded OS. Since C++ provides re-use ability of code (inheritance) and greater modularity ( classes ), it is much easier to update the software, in advanced versions.Also, C++ is mostly used in critical embedded systems (where reliability is of utmost importance) like auto-pilot, medical devices , etc. C++ is the most reliable language.
Answered on 13/01/2019 Learn IT Courses/Programming Languages/C Language
Ask a Question
In C, there are two ways to access data member:
1. Simple Variable
2. Pointer Variable
For pointer variable arrow(->) is used to access data member as given in below example:
#include <stdio.h>
struct student
{
int id;
char name[20];
};
int main()
{
int i;
struct student record1 = {20, "Ram"};
struct student *ptr;
ptr = &record1; //here ptr is pointer variable which is refereing to record1 variable
printf("Record of student: \n");
printf(" Id is: %d \n", ptr->id);
printf(" Name is: %s \n", ptr->name);
return 0;
}
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.