Wednesday, September 16, 2009

c errors

incompatible types in assignment
example:
int a[10];
a = malloc(10);

No comments:

Post a Comment