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

Please help me, I am trying to search a string from a structure which is in a text file, here is the code: void update() { char ask; fpt= fopen("records.dat", "rb+"); long int recsize= sizeof(customer); printf("recsize: %d", recsize); ask= 'Y'; while(ask== 'Y') { printf("\nEnter the Product Id to modify: "); …

Member Avatar for kvprajapati
0
95