ccna
Programming and Technical
Programming
Program
writa a c program to find the ip adress of your computer.
Read Solution (Total 1)
-
- #include
int main()
{
system("C:\Windows\System32\ipconfig");
return 0;
} - 11 years agoHelpfull: Yes(0) No(0)
ccna Other Question