Kedla, Mandu, India - 825325.
Details verified of Usha K.✕
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 Proficient
Birsa Institute of Technology and Trust 2017
Diploma
Jharkhand Rai University 2021
Bachelor of Technology (B.Tech.)
Kedla, Mandu, India - 825325
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 Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
2
Fees
₹ 400.0 per hour
NIOS Subjects taught
Mathematics, EVS, English, Science, Computers, Hindi
Board
ICSE, International Baccalaureate, DAV board, State, CBSE, IGCSE, NIOS
State boards taught
Rajasthan State Board, West Bengal State Board, Uttarakhand State Board, Bihar State Board, Andhra Pradesh State Board, Himachal Pradesh State Board, Odisha State Board
IB Subjects taught
Science, English, Computers, Hindi
CBSE Subjects taught
English, Computers, EVS, Social Science, Science, Hindi, Mathematics
ICSE Subjects taught
EVS, Social Studies, Hindi, Computer science
IGCSE Subjects taught
English, Mathematics, Hindi
Taught in School or College
No
State Syllabus Subjects taught
English, Mathematics, Science, Social Science, EVS, Hindi, Computer Science
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BA Tuition
1
BA Humanities Subjects
Geography, Sociology, History
Field tutored for
Computer Science, History, Geography, Humanities , Multi-Media and Mass Communication, Hindi, Political science, Economics, English, Sociology
BA Computer Science Subjects
Programming in JAVA, Database Management Systems, Operating Systems, Computer Networks, Software Engineering, Programming Fundamentals using C++, Internet Technologies
BA Multi Media and Mass Communication Subjects
Social Media, English Communication, Communication, Media and Society
Experience in School or College
I have experience of 6 years
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BA English Subjects
Environmental Study, Indian Writing in English, Soft Skills
BA Economics Subjects
Indian Economy
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
6
Teaching Experience in detail in C Language Classes
As I have done engineering I know I can facilitated courses aimed at introducing students to the core concepts and practical applications of the C programming language. The curriculum was designed to cater to both beginners and those with some programming background, ensuring a comprehensive learning experience for all participants.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Type of Computer course taken
Training in Computer tools usage, Software Programming, Training in Software application usage, Basics of Computer usage
4 out of 5 1 review
Shoaib Sohaib
Spoken English
I liked
Class Content
Teaching Method
Teacher's Knowledge
1. Which school boards of Class 1-5 do you teach for?
ICSE, International Baccalaureate, DAV board and others
2. Have you ever taught in any School or College?
No
3. Which classes do you teach?
I teach BA Tuition, BCom Tuition, BSc Tuition, C Language, Class I-V Tuition, Computer, Hindi Language and Spoken English 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 2 years.
Answered on 09 May Learn IT Courses/Programming Languages/C Language
Answered on 09 May Learn IT Courses/Programming Languages/C Language
Answered on 08 May Learn IT Courses/Programming Languages/C Language
Pointers are one of the most powerful features of the C programming language. A pointer is a variable that stores the memory address of another variable. In simpler terms, it "points" to the location of a variable in memory.
like example :
void *genericPtr;
int num = 10;
genericPtr = # // Assigning the address of num to a void pointer
Answered on 08 May Learn IT Courses/Programming Languages/C Language
In the C programming language, the #
symbol is used to denote preprocessor directives. Preprocessor directives are commands to the compiler that instruct it to perform certain actions before the actual compilation process begins. These directives are processed by the preprocessor, which is a separate phase of the compilation process.
Answered on 08 May Learn IT Courses/Programming Languages/C Language
In the C programming language, void main()
is not a valid signature for the main function. The correct signature for the main()
function in C is either int main()
or int main(int argc, char *argv[])
.
The main()
function serves as the entry point of a C program. It is where the execution of the program begins. The int
return type indicates that the main()
function should return an integer value to the operating system upon completion. By convention, a return value of 0 typically indicates successful execution, while a non-zero value indicates an error or abnormal termination.
Here's a brief explanation of the correct signatures:
int main()
: This signature is used when your program doesn't require any command-line arguments. The absence of parameters means that the program doesn't receive any arguments from the command line.
int main(int argc, char *argv[])
: This signature is used when your program needs to accept command-line arguments. The argc
parameter represents the count of command-line arguments passed to the program, and argv[]
is an array of strings containing those arguments.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
2
Fees
₹ 400.0 per hour
NIOS Subjects taught
Mathematics, EVS, English, Science, Computers, Hindi
Board
ICSE, International Baccalaureate, DAV board, State, CBSE, IGCSE, NIOS
State boards taught
Rajasthan State Board, West Bengal State Board, Uttarakhand State Board, Bihar State Board, Andhra Pradesh State Board, Himachal Pradesh State Board, Odisha State Board
IB Subjects taught
Science, English, Computers, Hindi
CBSE Subjects taught
English, Computers, EVS, Social Science, Science, Hindi, Mathematics
ICSE Subjects taught
EVS, Social Studies, Hindi, Computer science
IGCSE Subjects taught
English, Mathematics, Hindi
Taught in School or College
No
State Syllabus Subjects taught
English, Mathematics, Science, Social Science, EVS, Hindi, Computer Science
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BA Tuition
1
BA Humanities Subjects
Geography, Sociology, History
Field tutored for
Computer Science, History, Geography, Humanities , Multi-Media and Mass Communication, Hindi, Political science, Economics, English, Sociology
BA Computer Science Subjects
Programming in JAVA, Database Management Systems, Operating Systems, Computer Networks, Software Engineering, Programming Fundamentals using C++, Internet Technologies
BA Multi Media and Mass Communication Subjects
Social Media, English Communication, Communication, Media and Society
Experience in School or College
I have experience of 6 years
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BA English Subjects
Environmental Study, Indian Writing in English, Soft Skills
BA Economics Subjects
Indian Economy
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
6
Teaching Experience in detail in C Language Classes
As I have done engineering I know I can facilitated courses aimed at introducing students to the core concepts and practical applications of the C programming language. The curriculum was designed to cater to both beginners and those with some programming background, ensuring a comprehensive learning experience for all participants.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Type of Computer course taken
Training in Computer tools usage, Software Programming, Training in Software application usage, Basics of Computer usage
4 out of 5 1 review
Shoaib Sohaib
Spoken English
I liked
Class Content
Teaching Method
Teacher's Knowledge
Answered on 09 May Learn IT Courses/Programming Languages/C Language
Answered on 09 May Learn IT Courses/Programming Languages/C Language
Answered on 08 May Learn IT Courses/Programming Languages/C Language
Pointers are one of the most powerful features of the C programming language. A pointer is a variable that stores the memory address of another variable. In simpler terms, it "points" to the location of a variable in memory.
like example :
void *genericPtr;
int num = 10;
genericPtr = # // Assigning the address of num to a void pointer
Answered on 08 May Learn IT Courses/Programming Languages/C Language
In the C programming language, the #
symbol is used to denote preprocessor directives. Preprocessor directives are commands to the compiler that instruct it to perform certain actions before the actual compilation process begins. These directives are processed by the preprocessor, which is a separate phase of the compilation process.
Answered on 08 May Learn IT Courses/Programming Languages/C Language
In the C programming language, void main()
is not a valid signature for the main function. The correct signature for the main()
function in C is either int main()
or int main(int argc, char *argv[])
.
The main()
function serves as the entry point of a C program. It is where the execution of the program begins. The int
return type indicates that the main()
function should return an integer value to the operating system upon completion. By convention, a return value of 0 typically indicates successful execution, while a non-zero value indicates an error or abnormal termination.
Here's a brief explanation of the correct signatures:
int main()
: This signature is used when your program doesn't require any command-line arguments. The absence of parameters means that the program doesn't receive any arguments from the command line.
int main(int argc, char *argv[])
: This signature is used when your program needs to accept command-line arguments. The argc
parameter represents the count of command-line arguments passed to the program, and argv[]
is an array of strings containing those arguments.
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.