Comment on Tutorial - Using malloc() Function in C By Abinaya
Comment Added by : URS
Comment Added at : 2011-08-24 12:32:55
Comment on Tutorial : Using malloc() Function in C By Abinaya
char *s;
s=(char *) melloc(sizeof(char)*3);
whts the need of siseof() function there, when we know the size of char is 1. can i write like this melloc(1*3);
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. DON'T USE GETS!!!!!!!!!!!!!!! IT'S DANGEROUS!
View Tutorial By: Caterpillar at 2012-04-23 13:22:42
2. nice example for understanding abstract class,,,bu
View Tutorial By: Aavez Sk at 2012-01-17 09:44:36
3. because equals method compares on object reference
View Tutorial By: mohit s. at 2011-12-24 06:29:35
4. it is working....great
View Tutorial By: mahesh maduranga at 2011-03-27 23:01:57
5. Hi mounika, Did you download and install the javac
View Tutorial By: Ramlak at 2008-04-27 05:49:42
6. very helpful to me.thanks.very very useful to me.
View Tutorial By: viji at 2007-12-21 03:17:14
7. i need help in writing code for multiplication pro
View Tutorial By: viswanath at 2013-02-23 14:13:40
8. I used HyperTerminal directly to check whether mod
View Tutorial By: Pugal at 2009-10-15 03:38:08
9. what if the delimiter is "(quotation mark)?
View Tutorial By: hiakoto at 2013-02-18 16:15:20
10. practical example of funcation overloding
View Tutorial By: yogesh at 2010-12-19 08:39:06