which is the best antivirus and how to update it
Answer Posted / 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 |
Post New Answer View All Answers
Can we replace the struct function in tree syntax with a union?
How can I write functions that take a variable number of arguments?
What are the scope of static variables?
What are different storage class specifiers in c?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What is #include stdio h?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Explain goto?
What does void main return?
Is this program statement valid? INT = 10.50;
Explain how can you restore a redirected standard stream?
Is exit(status) truly equivalent to returning the same status from main?
Explain the bubble sort algorithm.
How can I find out if there are characters available for reading?