void main
{
int cnt = 5, a;
do
{
a= cnt;
} while (cnt --);
printf ("%d " a);
}
What is the output

Posted on by