write a program to swap Two numbers without using temp variable.
Answer Posted / susa
printf("number present in a",&b);
printf("number present in b",&a);
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write a program to swap two numbers without using third variable in c?
What is data structure in c language?
Why array is used in c?
What is null pointer in c?
how do you execute a c program in unix.
Difference between malloc() and calloc() function?
How can you tell whether two strings are the same?
What is pointer in c?
What is the best way to store flag values in a program?
What is a good data structure to use for storing lines of text?
What are the keywords in c?
What are types of functions?
how many key words availabel in c a) 28 b) 31 c) 32
What is the best way to comment out a section of code that contains comments?
difference between Low, Middle, High Level languages in c ?