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
~2K People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for aalekh

I was trying to write a code for: read in N numbers from a file FILE1 into an array(dynamic) then sort those numbers then search for numbers (1 per line, given in FILE2) in the array. #include <stdio.h> #include <stdlib.h> #include<math.h> #include<string.h> int main(int argc, char* argv[]) { FILE *fp1=fopen("myFile1.txt", …

Member Avatar for rubberman
0
2K