which is the best antivirus and how to update it
Answers were Sorted based on User's Feedback
Answer / prashant kumar bansal
i think kespersky is the best anti virus.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / matloob
macafee
easy to update
go to task manager and then to antivirus macafee
have right click
click to update.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shankar
Mcafee is always best for corporate environment, for home
user go for kaspersky internet security with original product.
Rgds,
shankar ( security specialist) 9884444892
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / matloob
microsoft security essential is the best antivirus
Easy to update. every one in day to day life is using
internet. just click to the button of update every week.
its free frm microsoft.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashish
i think AVG is the best Antivirus...
Download it ,install it.there you get an option for update...
click it,it shall download some MB files .
then it will work......
But if you use torrent sharing ,then you can get
latest versions of Eset Nod n32,Panda antivirus with key.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ghanashyam
FROM MY VIEW THE BEST IS AVAST
AND WE CAN UPDATE BY HAVING SERIAL KEY OR BY BUYING
| Is This Answer Correct ? | 0 Yes | 1 No |
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
Explain how can I open a file so that other programs can update it at the same time?
Do you know pointer in c?
Do you know what is the purpose of 'extern' keyword in a function declaration?
Explain what is the difference between a free-standing and a hosted environment?
how to get starting address of a running C program
Write a program that receives as input a number omaadel-n-print, four digits.
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
what is c?
Write a program to maintain student’s record. Record should not be available to any unauthorized user. There are three (3) categories of users. Each user has its own type. It depends upon user’s type that which kind of operations user can perform. Their types and options are mentioned below: 1. Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record) 2. Super Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record, Delete Single Record) 3. Guest (Search Record [by Reg. No or Name], View All Records) When first time program runs, it asks to create accounts. Each user type has only 1 account (which means that there can be maximum 3 accounts). In account creation, following options are required: Login Name: <6-10 alphabets long, should be unique> Password: <6-10 alphabets long, should not display characters when user type> Confirm Password: <must match with the Password, should not display characters when user type> Account Type: <One character long, A or S or G where A for Admin, S for Super Admin, G for Guest> Login Name, Password and Account Type should be stored in a separate file in encrypted form. (Encryption means that actual information should be changed and Decryption means that Encrypted information is changed back to the actual information) If any of the above mentioned requirement(s) does not meet then point out mistake and ask user to specify information again. When Program is launched with already created accounts, it will ask for user name and password to authenticate. On successful authentication, give options according to the user’s type.
What is the difference between null pointer and wild pointer?