Answer Posted / venkatesh sabinkar
#include<stdio.h>
#include<conio.h>
void main()
{
int a=5,b=2,t;
clrscr();
printf("a=%d,b=%d",a,b,b=t,a=b,t=a);
getch();
}
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Why is c faster?
How can I get the current date or time of day in a c program?
What is function prototype in c with example?
Compare array data type to pointer data type
Why c language is called c?
Which is better malloc or calloc?
Are pointers integer?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Calculate 1*2*3*____*n using recursive function??
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Is a house a mass structure?
What does p mean in physics?
What are the 5 organizational structures?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10