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 is a far pointer in c?
What is unsigned int in c?
Explain what are the __date__ and __time__ preprocessor commands?
Write a program to swap two numbers without using a temporary variable?
What is character set?
Do you know the use of 'auto' keyword?
what is a function method?give example?
What does struct node * mean?
What is variable and explain rules to declare variable in c?
#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); }
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is stack in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Describe newline escape sequence with a sample program?