Palayampatti, Aruppukottai, India - 626112.
Details verified of Parthibha R.✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Tamil Mother Tongue (Native)
English Proficient
Anna University, Madurai 2014
Master of Engineering - Master of Technology (M.E./M.Tech.)
Palayampatti, Aruppukottai, India - 626112
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 Computer Classes
4
Type of Computer course taken
Software Programming, Basics of Computer usage
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
4
Board
CBSE, State
CBSE Subjects taught
Computer Practices, Mathematics
Taught in School or College
No
State Syllabus Subjects taught
Tamil, Mathematics, Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
4
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
4
Experience in School or College
College
BCA Subject
Object Oriented Technologies, Data structures, Java Programming, Programming in C++ , C Language Programming
Type of class
Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
4
Fees
₹ 100.0 per hour
Board
State, CBSE
CBSE Subjects taught
Mathematics, Computers, Tamil
Taught in School or College
No
State Syllabus Subjects taught
English, Mathematics, Tamil, Science
1. Which computer courses do you teach?
Software Programming and Basics of Computer usage
2. Which classes do you teach?
I teach BCA Tuition, C Language, Class 10 Tuition, Class I-V Tuition and Computer Classes.
3. Do you provide a demo class?
Yes, I provide a free demo class.
4. How many years of experience do you have?
I have been teaching for 4 years.
Answered on 17/10/2020 Learn IT Courses/Programming Languages/C Language
Void main() is used for programming languages. It is a return type.
Void main () doesn't return any values.
Let's take one example to clear the difference between int main(), void main() and main().
The fact that exit function returns nothing to the calling process, this code will generate the warning:- "control reaches the end of the int-valued function without returning a value" or "expected declaration or statement at the end of the input".
Consider one more example.
[code]
main()
{
printf("Hello world\n");
}
[/code]
Again, the compiler will generate the same error as above and though it's completely appropriate. Sometimes, Programmers thinks that Program isn't going to run in the environment where the status of return matter.
In either of the above case, warnings can be shut by declaring the void as return type.
The only purpose of using void is to shut the warning message off.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Computer Classes
4
Type of Computer course taken
Software Programming, Basics of Computer usage
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
4
Board
CBSE, State
CBSE Subjects taught
Computer Practices, Mathematics
Taught in School or College
No
State Syllabus Subjects taught
Tamil, Mathematics, Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
4
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
4
Experience in School or College
College
BCA Subject
Object Oriented Technologies, Data structures, Java Programming, Programming in C++ , C Language Programming
Type of class
Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
4
Fees
₹ 100.0 per hour
Board
State, CBSE
CBSE Subjects taught
Mathematics, Computers, Tamil
Taught in School or College
No
State Syllabus Subjects taught
English, Mathematics, Tamil, Science
Answered on 17/10/2020 Learn IT Courses/Programming Languages/C Language
Void main() is used for programming languages. It is a return type.
Void main () doesn't return any values.
Let's take one example to clear the difference between int main(), void main() and main().
The fact that exit function returns nothing to the calling process, this code will generate the warning:- "control reaches the end of the int-valued function without returning a value" or "expected declaration or statement at the end of the input".
Consider one more example.
[code]
main()
{
printf("Hello world\n");
}
[/code]
Again, the compiler will generate the same error as above and though it's completely appropriate. Sometimes, Programmers thinks that Program isn't going to run in the environment where the status of return matter.
In either of the above case, warnings can be shut by declaring the void as return type.
The only purpose of using void is to shut the warning message off.
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.