Can you see whats wrong with my code?

Hey @akash_281

char output[100000]; //correction 1 :[] instead of ()

   cout<<output<<endl; //added endl 

Do the above 2 changes and your code will work fine

1 Like