Answer Posted / glibwaresoftsolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How a string is stored in c?
What is the difference between Printf(..) and sprint(...) ?
What is the difference between a function and a method in c?
What are the features of c language?
Explain how do you override a defined macro?
What are the types of i/o functions?
What is the difference between printf and scanf )?
How macro execution is faster than function ?
Explain what are preprocessor directives?
What is a void pointer? When is a void pointer used?
What does %p mean c?
Why void is used in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Explain how can I manipulate strings of multibyte characters?
What is typeof in c?