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() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


Why main is not a keyword in c?

0 Answers  






Determine if a number is a power of 2 at O(1).

2 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


What are the valid places to have keyword “break”?

0 Answers  


Explain what is the general form of a c program?

0 Answers  


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


How can I read a binary data file properly?

0 Answers  


How can I discover how many arguments a function was actually called with?

0 Answers  


Categories