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
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
write a program to copy the string using switch case?
What is the best organizational structure?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is the value of c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What library is sizeof in c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
How can I pad a string to a known length?
Why is struct padding needed?
When should I declare a function?
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:
Do pointers take up memory?
What is scope rule of function in c?
Explain union. What are its advantages?