Help desk fraud There have been many cases where the helpdesks for the banks are situated in thirdworld countries and often note down the personal information like card number and other details which they use later to do credit card fraud. How to avoid such a situation?
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|