Write a program to swap two numbers without using third variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is spaghetti programming?
What are pragmas and what are they good for?
What does %c mean in c?
What is the difference between a free-standing and a hosted environment?
write a program to generate address labels using structures?
When can a far pointer be used?
What are different storage class specifiers in c?
How to develop software using "c" programming?
Why pointers are used in c?
Process by which one bit pattern in to another by bit wise operation is?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y