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
What does the format %10.2 mean when included in a printf statement?
What is a good way to implement complex numbers in c?
What is header file definition?
What is the difference between āgā and āgā in C?
plz let me know how to become a telecom protocol tester. thank you.
Do you know what are the properties of union in c?
What is pointers in c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Is c call by value?
What is the benefit of using #define to declare a constant?
How can I read and write comma-delimited text?
What are volatile variables in c?
Why is sprintf unsafe?
What is the difference between ++a and a++?
Is a house a shell structure?