Why I am getting Presentation Error [on hold]
- by user105697
Below is my code. When I submit it in UVA they are giving me Presentation error. I want to know the reason.
I have tried all possible ways. In my code I use 2D-array to store each word of a sentence.
I also want to know the reason for giving presentation error.
#include<stdio.h>
#include<string.h>
int main()
{
char…