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
What are void pointers in c?
What is wild pointer in c with example?
What is getche() function?
What is a function simple definition?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Is there a built-in function in C that can be used for sorting data?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is hashing in c language?
How can you tell whether a program was compiled using c versus c++?
What is the difference between printf and scanf in c?
What is %s and %d in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the best organizational structure?
How old is c programming language?
what are the 10 different models of writing an addition program in C language?