Answer Posted / shiva kumar
void main()
{
int a,b;
printf("Enter two numbers\n");
scanf("%d%d",&a,&b);
b=a+b-(a=b);
printf("%d %d ",a,b);
}
| Is This Answer Correct ? | 28 Yes | 7 No |
Post New Answer View All Answers
What is getche() function?
write a c program for swapping two strings using pointer
What is a far pointer in c?
Why void main is used in c?
Explain the binary height balanced tree?
What are the types of variables in c?
What is a protocol in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Write a program to print numbers from 1 to 100 without using loop in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is a function simple definition?
explain what is fifo?
how logic is used
Apart from dennis ritchie who the other person who contributed in design of c language.
What language is c written?