Answer Posted / nashiinformaticssolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the size of enum in c?
How can I direct output to the printer?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Write a program to use switch statement.
What is difference between arrays and pointers?
What are the disadvantages of c language?
What is break statement?
Why is C language being considered a middle level language?
Is c is a low level language?
Is main an identifier in c?
Which is an example of a structural homology?
What is the significance of an algorithm to C programming?
Why are algorithms important in c program?
What is the -> in c?
What are the types of type qualifiers in c?