Write a program to swap two numbers without using the third variable?
No Answer is Posted For this Question
Be the First to Post Answer
ratio,age,persentage
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is function what are the types of function?
What are the types of i/o functions?
difference between Low, Middle, High Level languages in c ?
what is data structure?
Explain union. What are its advantages?
what is the diffrenet bettwen HTTP and internet protocol
how to swap two integers 1 and 32767 without using third variable
difference between loading and linking
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Are the expressions * ptr ++ and ++ * ptr same?