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


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

Post New Answer

More C Interview Questions

i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }

1 Answers   Accenture, Vector,


Can stdout be forced to print somewhere other than the screen?

0 Answers  


What are keywords c?

0 Answers  


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


Software Interview Questions

1 Answers   CAT,


Do you know what is a programing language ?

0 Answers  


What is restrict keyword in c?

0 Answers  


What is the scope of an external variable in c?

0 Answers  


What are the types of data files?

0 Answers  


Categories