Write a program to exchange two variaables without temp
Answer Posted / {
void main()
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What are the types of c language?
What is wild pointer in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Why malloc is faster than calloc?
What are the 5 types of organizational structures?
What is a keyword?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the difference between volatile and const volatile?
What is the difference between union and anonymous union?
how to make a scientific calculater ?
What is a nested formula?
What are the 4 types of unions?
What is difference between union and structure in c?