Answer Posted / priya
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
clrscr();
printf("\nEnter Two no. ");
scanf("%d%d",&a,&b);
printf("\nBefore Reverse %d%d",a,b);
printf("\nAfter Reverse %d%d",b,a);
getch();
}
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is boolean in c?
What is s in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Is boolean a datatype in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
what is use of malloc and calloc?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Describe static function with its usage?
Without Computer networks, Computers will be half the use. Comment.
If errno contains a nonzero number, is there an error?
What is #include stdio h and #include conio h?
How would you obtain the current time and difference between two times?
Is register a keyword in c?
What does 3 periods mean in texting?