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 #3K
~762 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for plasticfood

I dont get your question completely, but what if it is done differently like: int wrong=0; int index=0; for (int i = 0; i < 6; i++){ if (studentArray[i] != ansArray[i]) { wronglist[index]=wrong; wrong++; index++; } See if it's works.

Member Avatar for plasticfood
0
323
Member Avatar for pro_rocky

this is code for encrypting files using c language. //password encryption program for securing password //pws v 1.0 [B][CODE] #include <conio.h> #include <stdlib.h> #include <stdio.h> //create this directory first D:\Sec_pw (OR as per your system drive names) //file will be overwritten at each execution of program so use once //increase …

Member Avatar for pro_rocky
0
308
Member Avatar for Kakashi Hatake

When a return value other than 0 is returned - does it always indicate that an error has occurred ? When program terminates with 0, this means program has been ended correctly as per complier. else if it ends up with non-zero or value 1 then it means that there …

Member Avatar for pro_rocky
0
131

The End.