Answer Posted / ashik
#define SWAP(x,y) int t;t=x;x=y;y=t;
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What does p mean in physics?
I have a varargs function which accepts a float parameter?
What is the size of array float a(10)?
Who developed c language?
Explain what is the difference between a free-standing and a hosted environment?
Why doesnt long int work?
Explain the difference between #include "..." And #include <...> In c?
Why is it that not all header files are declared in every C program?
what do you mean by inline function in C?
What is size of union in c?
Explain enumerated types in c language?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is structure of c program?
What is d'n in c?