How to swap two variables, without using third variable ?
Answer Posted / guest
a = a + b;
a = a - b;
b = b - a;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?
How can you relate the function with the structure? Explain with an appropriate example.
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??
how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.
write a program for area of circumference of shapes
Develop a routine to reflect an object about an arbitrarily selected plane
why nlogn is the lower limit of any sort algorithm?
Cluster head selection in Wireless Sensor Network using C programming language.
#include
Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines
Write a routine to implement the polymarker function
Design an implement of the inputs functions for event mode
can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail
write a simple calculator c program to perform addition, subtraction, mul and div.
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql