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 |
void main() { int i=5; printf("%d",i++ + ++i); }
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
What is a union?
Describe explain how arrays can be passed to a user defined function
What is malloc and calloc?
What are # preprocessor operator in c?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?