Write a program to exchange two variaables without temp
Answer Posted / haihere
Ans 3 is proper answer,coz in 1 it wont check for
range,,ans 3 is the rigt..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why doesnt long int work?
For what purpose null pointer used?
in iso what are the common technological language?
Is it possible to initialize a variable at the time it was declared?
Are comments included during the compilation stage and placed in the EXE file as well?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is the use of bit field?
What is #define size in c?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain null pointer.
What is main function in c?
What is the explanation for the dangling pointer in c?
Here is a neat trick for checking whether two strings are equal
What is 'bus error'?
What are valid signatures for the Main function?