UrbanPro
true

Overview

I am a engineer and I worked as a lecturer.I am giving online tuition .i have completed my ME degree (computer science)in Anna University Madurai.

Languages Spoken

Tamil Mother Tongue (Native)

English Proficient

Education

Anna University, Madurai 2014

Master of Engineering - Master of Technology (M.E./M.Tech.)

Address

Palayampatti, Aruppukottai, India - 626112

Verified Info

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.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Computer Classes

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

Basics of Computer usage, Software Programming

Class 10 Tuition

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

Mathematics, Computer Practices

Taught in School or College

No

State Syllabus Subjects taught

Mathematics, Science, Tamil

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

4

BCA Tuition

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, C Language Programming, Java Programming, Programming in C++ , Data structures

Type of class

Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

Class I-V Tuition

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

Computers, Mathematics, Tamil

Taught in School or College

No

State Syllabus Subjects taught

Mathematics, English, Science, Tamil

Reviews

No Reviews yet!

FAQs

1. Which computer courses do you teach?

Basics of Computer usage and Software Programming

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.

Answers by Parthibha R. (1)

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(). int main() { printf("Hello world\n"); exit(0); } The fact that exit function returns nothing to the... ...more

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().

  • int main()
  • {
  • printf("Hello world\n");
  • exit(0); 

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.

  • void main() 
  • printf("Hello world\n"); 
  • }

The only purpose of using void is to shut the warning message off.

Answers 59 Comments
Dislike Bookmark

Teaches

Computer Classes

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

Basics of Computer usage, Software Programming

Class 10 Tuition

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

Mathematics, Computer Practices

Taught in School or College

No

State Syllabus Subjects taught

Mathematics, Science, Tamil

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

4

BCA Tuition

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, C Language Programming, Java Programming, Programming in C++ , Data structures

Type of class

Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

Class I-V Tuition

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

Computers, Mathematics, Tamil

Taught in School or College

No

State Syllabus Subjects taught

Mathematics, English, Science, Tamil

No Reviews yet!

Answers by Parthibha R. (1)

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(). int main() { printf("Hello world\n"); exit(0); } The fact that exit function returns nothing to the... ...more

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().

  • int main()
  • {
  • printf("Hello world\n");
  • exit(0); 

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.

  • void main() 
  • printf("Hello world\n"); 
  • }

The only purpose of using void is to shut the warning message off.

Answers 59 Comments
Dislike Bookmark

Parthibha R. describes herself as Worked as a lecturer in College.and 4 years experience in teaching field.. She conducts classes in BCA Tuition, C Language and Class 10 Tuition. Parthibha is located in Palayampatti, Aruppukottai. Parthibha takes Regular Classes- at her Home and Online Classes- via online medium. She has 4 years of teaching experience . Parthibha has completed Master of Engineering - Master of Technology (M.E./M.Tech.) from Anna University,Madurai in 2014. She is well versed in Tamil and English.

X
X

Post your Learning Need

Let us shortlist and give the best tutors and institutes.

or

Send Enquiry to Parthibha R.

Let Parthibha R. know you are interested in their class

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more