which is the best antivirus and how to update it
Answer Posted / prashant kumar bansal
i think kespersky is the best anti virus.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Explain logical errors? Compare with syntax errors.
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
How many levels of pointers have?
What is C language ?
How can you find the day of the week given the date?
Explain what is a program flowchart and explain how does it help in writing a program?
about c language
What is malloc return c?
What do you know about the use of bit field?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is static memory allocation? Explain
Explain what are global variables and explain how do you declare them?
What is keyword with example?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.