Write a program to swap two numbers without using the third variable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  


Explain what is the difference between null and nul?

0 Answers  


Describe how arrays can be passed to a user defined function

0 Answers  


Explain what is #line used for?

0 Answers  


What is zero based addressing?

0 Answers  






what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

1 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


where does malloc() function get the memory?

1 Answers  


What is volatile, register definition in C

0 Answers   Cognizant,


Categories