Hello friends!!!!!

c++ code to print a random number

C++

10/22/20241 min read

#include <iostream>

using namespace std;

int main() {

int n = random();

cout<<" "<<n<<endl;

return 0;

}

Output :

1968078301

=== Code Execution Successful ===