Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~73 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for Dretkal

I am getting an error that says undeclared identifier. It is on the line if (answer[i][j] == ' '){ answer[a][j] = '*'; I have attached a good chunk of the code if you need more please let me know. Thanks. int main(void) { char answer [100][48]; int count; count= GetInput(answer); …

Member Avatar for Dave Sinkula
0
73