Thursday, June 18, 2020
Saturday, June 13, 2020
Subscribe to:
Posts (Atom)
-
What is RAM and ROM RAM RAM stands for Random Access Memory . RAM holds the data only temporarily. The information can be read...
-
import socket as s my_hostname=s.gethostname() print ( "Your host name is:" + my_hostname) my_ip=s.gethostbyname(my_hostname) ...
-
#include <iostream> #include <string.h> #include <string> using namespace std; class node{ public: int rol...