how to swap two integers 1 and 32767 without using third
variable
Answer Posted / sathwika
a=b-a;
b=b-a;
a=a+b;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
plz let me know how to become a telecom protocol tester. thank you.
What is difference between array and structure in c?
What is difference between arrays and pointers?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Who invented b language?
How can I find out if there are characters available for reading?
Explain what are the different data types in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Write the control statements in C language
What are inbuilt functions in c?
Explain what is a 'locale'?
What is string length in c?
Is c procedural or functional?
How do I get an accurate error status return from system on ms-dos?
Define recursion in c.