Answer Posted / ashik
#define swap(a,b) a^=b^=a^=b;
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Where are c variables stored in memory?
What is a keyword?
Why does everyone say not to use scanf? What should I use instead?
How to declare pointer variables?
In which header file is the null macro defined?
What is the use of ?
Explain the difference between ++u and u++?
praagnovation
What is const keyword in c?
What does it mean when a pointer is used in an if statement?
What is a c token and types of c tokens?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What are types of structure?
Is swift based on c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;