#include<stdio.h>
#include<conio.h>
# define swap(a,b) temp=a; a=b; b=temp;
void main( )
{
int i, j, temp;
i=5;
j=10;
temp=0;
if( i > j)
swap( i, j );
printf( "%d %d %d", i, j, temp);
}
Answer Posted / kumaravel
chance of providing answer is not possible. empty screen become view.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the size of structure pointer in c?
What is static and volatile in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is difference between arrays and pointers?
What is the difference between pure virtual function and virtual function?
code for quick sort?
What standard functions are available to manipulate strings?
When should you use a type cast?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
How can you invoke another program from within a C program?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Is c language still used?
What is a node in c?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area