Answer Posted / sasikumar
main()
{
int a,b,c;
printf("enter two no's :");
scanf("%d%d",&a,&b);
c=a^=b^=a^=b;
printf("%d",c);
}
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
how should functions be apportioned among source files?
Are negative numbers true in c?
Write the syntax and purpose of a switch statement in C.
Why do we write return 0 in c?
What is sizeof int in c?
What is echo in c programming?
I heard that you have to include stdio.h before calling printf. Why?
How many types of operators are there in c?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
Do you know the use of 'auto' keyword?
What is the correct code to have following output in c using nested for loop?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is #define size in c?
Explain what is a program flowchart and explain how does it help in writing a program?
how could explain about job profile