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 ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are the advantages of c language?
What are local static variables? How can you use them?
Why is python slower than c?
hi send me sample aptitude papers of cts?
what are the advantages of a macro over a function?
What are header files why are they important?
How many main () function we can have in a project?
Do you know the difference between malloc() and calloc() function?
What are the valid places to have keyword “break”?
What is the size of a union variable?
What are the different types of C instructions?
What is storage class?
What is the use of linkage in c language?
Explain what is a program flowchart and explain how does it help in writing a program?
Is c still used?