C Program to Get IP Address of Your Computer
#include<stdlib.h>
main()
{
system("C:\\Windows\\System32\\ipconfig");
system("pause");
return 0;
}
#include<stdlib.h>
main()
{
system("C:\\Windows\\System32\\ipconfig");
system("pause");
return 0;
}
executing but blank output screen can anyone help
ReplyDeletec code examples to learn c language
ReplyDeleteSearch An Element in Linked List in c programming