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 do you mean by enumeration constant?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is getche() function?
What is the use of extern in c?
When should a type cast not be used?
What Is The Difference Between Null And Void Pointer?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is static memory allocation? Explain
What is the use of structure padding in c?
What is context in c?
Explain how do you generate random numbers in c?
what is the structure pointer?
can we have joblib in a proc ?
What does the error message "DGROUP exceeds 64K" mean?