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
Hindi, Computers, Science, EVS, Mathematics, English
Board
CBSE, DAV board, IGCSE, ICSE, State, International Baccalaureate, NIOS
State boards taught
Rajasthan State Board, West Bengal State Board, Andhra Pradesh State Board, Himachal Pradesh State Board, Bihar State Board, Odisha State Board, Uttarakhand State Board
IB Subjects taught
Science, English, Computers, Hindi
CBSE Subjects taught
Computers, EVS, English, Social Science, Hindi, Science, Mathematics
ICSE Subjects taught
Hindi, Computer science, EVS, Social Studies
IGCSE Subjects taught
English, Hindi, Mathematics
Taught in School or College
No
State Syllabus Subjects taught
English, EVS, Social Science, Mathematics, Science, 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
Sociology, History, Geography
Field tutored for
Computer Science, Geography, English, Political science, Economics, Humanities , Multi-Media and Mass Communication, History, Hindi, Sociology
BA Computer Science Subjects
Computer Networks, Database Management Systems, Programming in JAVA, Internet Technologies, Operating Systems, Software Engineering, Programming Fundamentals using C++
BA Multi Media and Mass Communication Subjects
English Communication, Social Media, 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, Soft Skills, Indian Writing in English
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
Software Programming, Training in Computer tools usage, Basics of Computer usage, Training in Software application 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?
CBSE, DAV board, IGCSE 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
Hindi, Computers, Science, EVS, Mathematics, English
Board
CBSE, DAV board, IGCSE, ICSE, State, International Baccalaureate, NIOS
State boards taught
Rajasthan State Board, West Bengal State Board, Andhra Pradesh State Board, Himachal Pradesh State Board, Bihar State Board, Odisha State Board, Uttarakhand State Board
IB Subjects taught
Science, English, Computers, Hindi
CBSE Subjects taught
Computers, EVS, English, Social Science, Hindi, Science, Mathematics
ICSE Subjects taught
Hindi, Computer science, EVS, Social Studies
IGCSE Subjects taught
English, Hindi, Mathematics
Taught in School or College
No
State Syllabus Subjects taught
English, EVS, Social Science, Mathematics, Science, 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
Sociology, History, Geography
Field tutored for
Computer Science, Geography, English, Political science, Economics, Humanities , Multi-Media and Mass Communication, History, Hindi, Sociology
BA Computer Science Subjects
Computer Networks, Database Management Systems, Programming in JAVA, Internet Technologies, Operating Systems, Software Engineering, Programming Fundamentals using C++
BA Multi Media and Mass Communication Subjects
English Communication, Social Media, 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, Soft Skills, Indian Writing in English
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
Software Programming, Training in Computer tools usage, Basics of Computer usage, Training in Software application 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.
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Usha
Let Usha know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.