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 #72.8K
2 Posted Topics
how randomise function works in c++ and how can output of the program be found when program contains randmize() function.
I have a small problem............... i want to know how to use randomise() function in C++. ? also i want to know how to find output of this program [COLOR="Red"] #include<iostream.h> #include<stlib.h> void main() { int guess; randomize(); cin>>guess; for(int i=1;i<=4;i++) { new = guess + random(i); cout<<char(new); } }[/COLOR] …
The End.
aarpitgenius