#includestdio.h
int main()
{
enum roommates{ sanjana, shriya } ;
printf("%d %d", sanjana, shriya);
return 0;
}
guess the output of my roommates!

Posted on by