how to swap 4 number without using temporary number?
Answer Posted / sandeep
a=a^b;
b=a^b;
a=a^b;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the use of bit fieild.
What is %g in c?
What is c language and why we use it?
Why do some versions of toupper act strangely if given an upper-case letter?
Why do we use return in c?
Do you know what are bitwise shift operators in c programming?
What is the difference between procedural and declarative language?
What standard functions are available to manipulate strings?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What are the types of functions in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is const keyword in c?
What is difference between union and structure in c?
Explain how do you list a file’s date and time?
which is conditional construct a) if statement b) switch statement c) while/for d) goto