swap two number wthout using third variable
Answer Posted / abhay khare
void main()
{
int a,b,c
printf("two no are\n");
scanf("%d&n");
a=c;
b=a
c=b
getch;
}
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
9.Difference between even and odd signals?explain with the diagram?
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
how to stop execution of step 3 in a job mainframe
Explain what is OOPS and its concepts?
Have you used callsymputx? what points need to be kept in mind when using it?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
what is delimiter in sas ?
what is an INI file?
please any one pass file aid,xpeditor and endeavor tools
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
8.In DSP,Define Signal and System?and various type of signals.
what is c sharp dotnet
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?