C Program trace path of Any WebSite, Traceroot using C language


#include

main()
{
char nm[30];
printf("Enter Any URL...");
scanf("%s",nm);
system("C:\\Windows\\System32\\tracert " & nm);
system("pause");

return 0;
}



No comments:

Post a Comment