Answer Posted / vijay
#include<stdio.h>
main()
{
int a=5,b=9;
printf("%d %d \n",a,b);
a^=b^=a^=b;
printf("%d %d \n",a,b);
}
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is nested structure with example?
For what purpose null pointer used?
What is the correct code to have following output in c using nested for loop?
What is FIFO?
why return type of main is not necessary in linux
Which built-in library function can be used to match a patter from the string?
Define C in your own Language.
What is a volatile keyword in c?
How can I find out if there are characters available for reading?
What is conio h in c?
What are the advantages and disadvantages of pointers?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is #define size in c?
What is the difference between exit() and _exit() function in c?
c language interview questions & answer