User: VietMan04

  • Public profile

User profile: VietMan04

User info
User name:VietMan04
History
Joined:
Number of posts:2
Latest posts:

Very simple test of calloc() and free() failing
Hi, I've just been introduced to dynamic memory allocation, so I've written a small test to test out...

Converting Strings using pointer to pointer
#include <stdio.h> void cat_convert(char **); int main() { char dog[] = "Dog"; char **ptr;...

This user does not accept Private Messages