#include<stdio.h>
#include<conio.h>
void main(void)
{
int a1,a2,a3,a4,a5;
clrscr();
scanf("%d%d%d%d%d",&a1,&a2,&a3,&a4,&a5);
printf("%d%d%d%d%d",a5,a4,a3,a2,a1);
getch();
}
johnloiebert 0 Newbie Poster
Fbody 682 Posting Maven Featured Poster
Bitllorent 0 Newbie Poster
johnloiebert 0 Newbie Poster
vinitmittal2008 37 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.