0
Different no. every time i run it
we get the same number everytime by using just rand() How can i get a different no everytime.....i run the program
1 ответ
+ 10
Please see this lesson in C++.
The use of srand() function with time() function to get the truly random numbers.
https://www.sololearn.com/learn/CPlusPlus/1638/
You have posted the question twice. Please delete one.