C Program to Print IP address of your computer

C Program to Print IP address of your computer


#include

main()
{
system("C:\\Windows\\System32\\ipconfig");
system("pause");

return 0;
}



No comments:

Post a Comment