Comment on Tutorial - Using memset(), memcpy(), and memmove() in C By Emiley J
Comment Added by : Doniv
Comment Added at : 2011-12-15 10:10:52
Comment on Tutorial : Using memset(), memcpy(), and memmove() in C By Emiley J
To 25
void *memset( void *buffer, int ch, size_t count );
The function memset() copies ch into the first count characters of buffer, and returns buffer. memset() is useful for intializing a section of memory to some value. For example, this command:
memset( the_array, '\0', sizeof(the_array) );
is a very efficient way to set all values of the_array to zero.
Basically memset() is used while initialing array of characters or string.
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. excellent to easy going
View Tutorial By: murali at 2009-11-15 23:13:21
2. great work
View Tutorial By: Bhaskaran at 2013-01-21 11:23:19
3. thanks for our help. god bless u and again thanks.
View Tutorial By: mehryab at 2011-05-08 14:44:21
4. excellent code.....
View Tutorial By: Anonymous at 2009-05-07 03:09:01
5. tnx.
i have problem why is that to slow???
View Tutorial By: rozhin at 2015-08-21 07:54:42
6. This is pretty straightforward and got me to under
View Tutorial By: Renoir Boulanger at 2009-09-01 09:49:24
7. Dear sir,
Can you provide me for a simple p
View Tutorial By: kartikeya at 2012-12-22 10:19:41
8. Nice post. I am learning so much things from your
View Tutorial By: Umesh Kumar at 2012-03-15 11:16:24
9. Hi... very nice tute... Thanks..
I am worki
View Tutorial By: anuj at 2013-03-15 06:12:46
10. This is a nice introduction. Thanks a lot.
View Tutorial By: Provas Kumar Saha at 2010-04-26 02:38:34