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
Subscribe to Tutorials
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. its useful code.
but i want to write in a f
View Tutorial By: SARWAR at 2011-08-02 06:26:37
2. javax.comm.NoSuchPortException
at j
View Tutorial By: das at 2011-10-20 15:21:05
3. great thanks a lottttttttttttttttt
View Tutorial By: reshma at 2011-06-13 04:35:44
4. when i was running this code... it is giving me th
View Tutorial By: Nilesh Agrawal at 2012-06-08 15:08:25
5. it's good and very best
View Tutorial By: rushikesh at 2014-02-04 11:28:42
6. can we use this code in a web application. your he
View Tutorial By: phani at 2008-09-17 06:15:26
7. How to connect a webpage(which I have created for
View Tutorial By: sam at 2012-01-24 10:10:52
8. Pl provide me code to send sms using USB modems.
View Tutorial By: Prayag Singh at 2010-09-27 22:50:34
9. How would you use a switch statement to determine
View Tutorial By: Shivak at 2013-09-27 01:48:41
10. Hi, i am new java, and i want to become gud develo
View Tutorial By: amit at 2012-02-16 12:21:25