/> Details verified of Devashish Vishwakarma✕
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 Hindi Mother Tongue (Native)
English Proficient
Rgpv Pursuing
Bachelor of Technology (B.Tech.)
Rgpv 2019
diploma
Central Ordinance Depot Area, Jabalpur, India - 482001
Phone 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 class via Zoom
Student's Home
Tutor's Home
Years of Experience in Art and Craft classes
1
Age groups catered to
Below 10 yrs
Art and Craft type taught
Creative Paper Art
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
1
Board
CBSE
Experience in School or College
home
Subjects taught
Information and Comunication Technology, English
Taught in School or College
Yes
Answered on 12/05/2021
Ask a Question
Python program : swapping values
x = int(input("Enter the value of x?"))
y = int(input("Enter the value of y?"))
print("before swapping numbers: %d %d\n" %(x,y))
#swapping#
x = x + y
y = x - y
x = x - y
print("After swapping: %d %d\n"%(x,y)) \
c program:
#include<stdio.h>
int main()
{
int x, y;
printf("Enter the value of x and y?");
scanf("%d %d",&x,&y);
printf("before swapping numbers: %d %d\n",x,y);
/*swapping*/
x = x + y;
y = x - y;
x = x - y;
printf("After swapping: %d %d",x,y);
return 0;
}
Ask a Question
Also have a look at
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Art and Craft classes
1
Age groups catered to
Below 10 yrs
Art and Craft type taught
Creative Paper Art
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
1
Board
CBSE
Experience in School or College
home
Subjects taught
Information and Comunication Technology, English
Taught in School or College
Yes
Answered on 12/05/2021
Ask a Question
Python program : swapping values
x = int(input("Enter the value of x?"))
y = int(input("Enter the value of y?"))
print("before swapping numbers: %d %d\n" %(x,y))
#swapping#
x = x + y
y = x - y
x = x - y
print("After swapping: %d %d\n"%(x,y)) \
c program:
#include<stdio.h>
int main()
{
int x, y;
printf("Enter the value of x and y?");
scanf("%d %d",&x,&y);
printf("before swapping numbers: %d %d\n",x,y);
/*swapping*/
x = x + y;
y = x - y;
x = x - y;
printf("After swapping: %d %d",x,y);
return 0;
}
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.