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
Ranked #107.55K
~207 People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for djextazy

[QUOTE=Dave Sinkula;58287]Do you see the bug here? ;) [CODE]#include <stdio.h> #define N 10 int main() { int i, array[N] = {1,2,3,4,5,6,7,8,9,10}; for ( i = 1; i <= N; ++i ) { printf("array[%d] = %d\n", i, array[i]); } return 0; }[/CODE][/QUOTE] You need to count numbers in array: x = …

Member Avatar for hust921
0
207

The End.