which is the best antivirus and how to update it
Answer Posted / 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 |
Post New Answer View All Answers
What is d'n in c?
In c programming language, how many parameters can be passed to a function ?
Why doesnt this code work?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Why is c called a structured programming language?
How can I open files mentioned on the command line, and parse option flags?
Which are low level languages?
Should a function contain a return statement if it does not return a value?
What is n in c?
What are the 4 data types?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the general form of #line preprocessor?
What is 'bus error'?
program for reversing a selected line word by word when multiple lines are given without using strrev
Why we use break in c?