Write a program to exchange two variaables without temp
Answer Posted / vijay
main()
{
int a, b;
a=a+b;
b=a-b;
a=a-b;
}
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
Why are algorithms important in c program?
Explain how can I right-justify a string?
c program to compute AREA under integral
What do you mean by dynamic memory allocation in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
what are the advantages of a macro over a function?
in iso what are the common technological language?
What does %d do?
Can i use “int” data type to store the value 32768? Why?
How will you find a duplicate number in a array without negating the nos ?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What does c mean in standard form?
Explain what is a program flowchart and explain how does it help in writing a program?
Explain what are multibyte characters?
What is the hardest programming language?