UrbanPro
true
Kalyani S. Class I-V Tuition trainer in Chirayinkeezhu

Kalyani S.

Thottakkad, Chirayinkeezhu, India - 695605.

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Kalyani S.

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

Iam a student in software development... I am giving home and online tuitions... I would like our students to indulge in a new way of learning in this era... Our youth should become a better human and i would be happy to let them find out their true potentials.

Languages Spoken

Malayalam Mother Tongue (Native)

English Proficient

Tamil Basic

Hindi Basic

Education

Kerala university Pursuing

Bvoc software development

Address

Thottakkad, Chirayinkeezhu, India - 695605

Verified Info

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

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

CBSE, State

State boards taught

Delhi State Board

CBSE Subjects taught

Science, Mathematics, Computers, EVS, Malayalam, English

Taught in School or College

No

State Syllabus Subjects taught

Science, EVS, Computer Science, Malayalam, English, Mathematics

Class 12 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

CBSE

CBSE Subjects taught

Computer Science, English

Taught in School or College

No

Class 11 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

CBSE, State

State boards taught

Delhi State Board

CBSE Subjects taught

Computer Science

Taught in School or College

No

State Syllabus Subjects taught

English, Computer Science

Reviews

No Reviews yet!

FAQs

1. Which school boards of Class 1-5 do you teach for?

CBSE and State

2. Have you ever taught in any School or College?

No

3. Which classes do you teach?

I teach Class 11 Tuition, Class 12 Tuition and Class I-V Tuition 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 less than a year.

Answers by Kalyani S. (1)

Answered on 10/04/2021 Learn Tuition

Without using a third variable:#include<stdio.h> int main() { int a=10, b=20; printf("Before swap a=%d b=%d",a,b); a=a+b;//a=30 (10+20) b=a-b;//b=10 (30-20) a=a-b;//a=20 (30-10) printf("\nAfter swap a=%d b=%d",a,b); return 0; } With and help of pointers: #include <stdio.h>int main(){int... ...more

Without using a third variable:
#include<stdio.h>
int main()
{
int a=10, b=20;
printf("Before swap a=%d b=%d",a,b);
a=a+b;//a=30 (10+20)
b=a-b;//b=10 (30-20)
a=a-b;//a=20 (30-10)
printf("\nAfter swap a=%d b=%d",a,b);
return 0;
}
With and help of pointers:

#include <stdio.h>
int main()
{
int var1, var2, *num1, *num2, temp;
printf("Enter the value of var1 and var2n");
scanf("%d%d", &var1, &var2);
printf("Before Swappingnvar1 = %dnvar2 = %dn", var1, var2);
num1 = &var1;
num2 = &var2;
temp = *num2;
*num2 = *num1;
*num1 = temp;
printf("After Swappingnvar1 = %dnvar2 = %dn", var1, var2);
return 0;
}

Answers 281 Comments
Dislike Bookmark

Teaches

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

CBSE, State

State boards taught

Delhi State Board

CBSE Subjects taught

Science, Mathematics, Computers, EVS, Malayalam, English

Taught in School or College

No

State Syllabus Subjects taught

Science, EVS, Computer Science, Malayalam, English, Mathematics

Class 12 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

CBSE

CBSE Subjects taught

Computer Science, English

Taught in School or College

No

Class 11 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

CBSE, State

State boards taught

Delhi State Board

CBSE Subjects taught

Computer Science

Taught in School or College

No

State Syllabus Subjects taught

English, Computer Science

No Reviews yet!

Answers by Kalyani S. (1)

Answered on 10/04/2021 Learn Tuition

Without using a third variable:#include<stdio.h> int main() { int a=10, b=20; printf("Before swap a=%d b=%d",a,b); a=a+b;//a=30 (10+20) b=a-b;//b=10 (30-20) a=a-b;//a=20 (30-10) printf("\nAfter swap a=%d b=%d",a,b); return 0; } With and help of pointers: #include <stdio.h>int main(){int... ...more

Without using a third variable:
#include<stdio.h>
int main()
{
int a=10, b=20;
printf("Before swap a=%d b=%d",a,b);
a=a+b;//a=30 (10+20)
b=a-b;//b=10 (30-20)
a=a-b;//a=20 (30-10)
printf("\nAfter swap a=%d b=%d",a,b);
return 0;
}
With and help of pointers:

#include <stdio.h>
int main()
{
int var1, var2, *num1, *num2, temp;
printf("Enter the value of var1 and var2n");
scanf("%d%d", &var1, &var2);
printf("Before Swappingnvar1 = %dnvar2 = %dn", var1, var2);
num1 = &var1;
num2 = &var2;
temp = *num2;
*num2 = *num1;
*num1 = temp;
printf("After Swappingnvar1 = %dnvar2 = %dn", var1, var2);
return 0;
}

Answers 281 Comments
Dislike Bookmark

Kalyani S. conducts classes in Class 11 Tuition, Class 12 Tuition and Class I-V Tuition. Kalyani is located in Thottakkad, Chirayinkeezhu. Kalyani takes Regular Classes- at her Home and Online Classes- via online medium. Kalyani is pursuing Bvoc software development from Kerala university. She is well versed in Malayalam, Tamil, Hindi and English.

X

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.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

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