#include<stdio.h>

void main()

{

    char i;

    for(i=a’;i<=b’;i++)

    {

        printf(“%c\t”,i);

    }

}