WHAT IS THE OUTPUT?
#include <stdio.h>
int main()
{
   printf("\nAVENGERS\b$");
   printf("\rASSEMBLE");
   getchar();
   return 0;
}



Posted on by