How does memset() work in C?



How does memset() work in C?..

Answer / nashiinformaticssolutions

memset() initializes memory to a specific value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is meant by operator precedence?

0 Answers  


What is structure in c explain with example?

0 Answers  


What happens if you free a pointer twice?

0 Answers  


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

0 Answers  


Combinations of fibanocci prime series

0 Answers  






What is a macro?

0 Answers  


write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word

1 Answers   Sienna Ecad, Wipro,


What is echo in c programming?

0 Answers  


What is malloc return c?

0 Answers  


how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?

2 Answers  


disadvantages of realloc ?

1 Answers   HCL,


Categories