Posts by Juan Victor May da Rosa • 53 points
1 post
- 
		5 votes2 answers866 viewsQ: Char pointer or char array?There’s a program that I picked up at a company, where pointers are used to char, guy char*, and then allocated a memory for it with the malloc, done the operations and at the end de-located that…