which is the best antivirus and how to update it
Answer Posted / tiger
Norton is best
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do you mean by recursion in c?
What is the condition that is applied with ?: Operator?
List some of the static data structures in C?
What are the differences between new and malloc in C?
What is c++ used for today?
How can I avoid the abort, retry, fail messages?
What are the different types of endless loops?
Explain is it valid to address one element beyond the end of an array?
Can you pass an entire structure to functions?
Why is c fast?
What happens if a header file is included twice?
What is the difference between void main and main in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How can you invoke another program from within a C program?
What is a ternary operator in c?