How to swap two variables, without using third variable ?
Answer Posted / vinay_csjm
a=5,b=10
a=a-b;
b=a+b;
a=a+b;
| Is This Answer Correct ? | 184 Yes | 390 No |
Post New Answer View All Answers
What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
What is full form of PEPSI
how to test pierrot divisor
create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00
write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??
Design an implement of the inputs functions for event mode
write a program for area of circumference of shapes
how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
write a simple calculator c program to perform addition, subtraction, mul and div.
Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines
How to palindrom string in c language?
What is data _null_? ,Explain with code when u need to use it in data step programming ?
Cluster head selection in Wireless Sensor Network using C programming language.