Sector 48, Gurgaon, India - 122018.
Details verified of Mandeep Das✕
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
Guru jambheshwar university of science and technology 2019
Bachelor of Technology (B.Tech.)
kukkwion south korea 2015
black belt
Sector 48, Gurgaon, India - 122018
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 Self Defence classes
6
Self Defence Form Taught
Taekwondo, Martial Arts
Teaching Experience in detail in Self Defence classes
I am teaching taekwondo from 2015.Taekwondo develops your child's athletic abilities and self-awareness, and improves the child's capabilities in self-defense. Taekwondo emphasizes moral development as well. Children learn respect for themselves and others, heightened concentration, and increased self-discipline and self-restraint.
1. Which classes do you teach?
I teach Self Defence Classes.
2. Do you provide a demo class?
Yes, I provide a free demo class.
3. How many years of experience do you have?
I have been teaching for 6 years.
Answered on 01/04/2021 Learn Tuition
Step-by-step explanation:
Let’s declared three variables temp, a and b—code logic to swap two numbers using the third variable.
C Program to swap two numbers without using the third variable:
We have understood how to swap two numbers using third variable. Let’s write a c code to implement them.
#include <stdio.h>
int main(void) // Variable declaration
{
int a, b, temp;
printf("Enter two numbers a and b ");
scanf("%d %d", &a, &b);
// Swap logic
temp = a;
a = b;
b = temp;
printf("\n After swapping \na = %d\nb = %d\n", a, b);
return 0;
}
Answered on 01/04/2021 Learn Tuition
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Self Defence classes
6
Self Defence Form Taught
Taekwondo, Martial Arts
Teaching Experience in detail in Self Defence classes
I am teaching taekwondo from 2015.Taekwondo develops your child's athletic abilities and self-awareness, and improves the child's capabilities in self-defense. Taekwondo emphasizes moral development as well. Children learn respect for themselves and others, heightened concentration, and increased self-discipline and self-restraint.
Answered on 01/04/2021 Learn Tuition
Step-by-step explanation:
Let’s declared three variables temp, a and b—code logic to swap two numbers using the third variable.
C Program to swap two numbers without using the third variable:
We have understood how to swap two numbers using third variable. Let’s write a c code to implement them.
#include <stdio.h>
int main(void) // Variable declaration
{
int a, b, temp;
printf("Enter two numbers a and b ");
scanf("%d %d", &a, &b);
// Swap logic
temp = a;
a = b;
b = temp;
printf("\n After swapping \na = %d\nb = %d\n", a, b);
return 0;
}
Answered on 01/04/2021 Learn Tuition
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.