which is the best antivirus and how to update it

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

int i=10; printf("%d %d %d", i, i=20, i);

1008


What is oops c?

602


What is dangling pointer in c?

618


Write a program to show the change in position of a cursor using c

575


What is anagram in c?

512






What is the main difference between calloc () and malloc ()?

568


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1308


How can I convert a number to a string?

604


write a program to concatenation the string using switch case?

1556


Do pointers store the address of value or the actual value of a variable?

606


Explain setjmp()?

651


What does %2f mean in c?

674


Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80

2552


Why do we use namespace feature?

577


What is the explanation for cyclic nature of data types in c?

642