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
how can i split string in a textbox in windows appication using C#.net
Any real time example of O2C process from taking order till creating invoice.
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
can any method return type may be constructor , or that method name allow
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
Which language they use during interview?
What is diffrent between Method and and function in c#
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
how sap is different from other software ?
Explain polymorphism. Provide an example.
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
In project we have Documentation phase also,in that what is micro and macro designing?
what is session state?
what is delegate and delegation model give the real live example on delegate model