Details verified of Raju Amireddy✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Online Classes
Balaji Institute of Technology & Science 2007
Bachelor of Technology (B.Tech.)
Ramkarishna Math 2018
Yoga Instructor
Gandipet, Hyderabad, India - 500075
ID Verified
Phone Verified
Email Verified
Facebook 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 Yoga Classes
3
Yoga certification given
No
Yoga purpose catered to
Stress Relief, Yoga Philosophy/ Yoga Sutra Studies, Better flexibility, Improve immunity, Increased energy
Age group catered to
14- 21 years old, 5- 13 years-old, 2- 5 years-old, Above 50 years, 22- 50 years old
Styles of Yoga
Yoga Meditation
Teaching Experience in detail in Yoga Classes
I am certified trainer from Ramakrishna Math.I have 3 years of experience
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Teaches
Core Java
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
5
Teaching Experience in detail in C Language Classes
I have 5 years of experience
Answered on 09/10/2018 Learn IT Courses/Programming Languages/C Language
Ask a Question
#include<stdio.h>
int main()
{
int a[50],i,n,large,small;
printf("How many elements:");
scanf("%d",&n);
printf("Enter the Array:");
for(i=0;i<n;++i)
scanf("%d",&a[i]);
large=small=a[0];
for(i=1;i<n;++i)
{
if(a[i]>large)
large=a[i];
if(a[i]<small)
small=a[i];
}
printf("The largest element is %d",large);
printf("\nThe smallest element is %d",small);
return 0;
}
Answered on 09/10/2018 Learn IT Courses/Programming Languages/C Language
Ask a Question
Ask a Question
Also have a look at
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Yoga Classes
3
Yoga certification given
No
Yoga purpose catered to
Stress Relief, Yoga Philosophy/ Yoga Sutra Studies, Better flexibility, Improve immunity, Increased energy
Age group catered to
14- 21 years old, 5- 13 years-old, 2- 5 years-old, Above 50 years, 22- 50 years old
Styles of Yoga
Yoga Meditation
Teaching Experience in detail in Yoga Classes
I am certified trainer from Ramakrishna Math.I have 3 years of experience
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Teaches
Core Java
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
5
Teaching Experience in detail in C Language Classes
I have 5 years of experience
Answered on 09/10/2018 Learn IT Courses/Programming Languages/C Language
Ask a Question
#include<stdio.h>
int main()
{
int a[50],i,n,large,small;
printf("How many elements:");
scanf("%d",&n);
printf("Enter the Array:");
for(i=0;i<n;++i)
scanf("%d",&a[i]);
large=small=a[0];
for(i=1;i<n;++i)
{
if(a[i]>large)
large=a[i];
if(a[i]<small)
small=a[i];
}
printf("The largest element is %d",large);
printf("\nThe smallest element is %d",small);
return 0;
}
Answered on 09/10/2018 Learn IT Courses/Programming Languages/C Language
Ask a Question
Ask a Question
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.