Friday, August 16, 2013

C Program to view IP Address

#include<stdlib.h> 
int main()
{          
    system("C:\\Windows\\System32\\ipconfig");      
    return 0;
}




No comments:

Post a Comment