Posts by Pedro A. • 13 points
1 post
- 
		-1 votes2 answers1195 viewsQ: How to "break" a pure C string to assign the parts to other variables?I’m doing a thing for college and I’m lost to use C because I learned to code in Python. It’s a simple question: If I have a str string, how can I "break it" into another 3 to assign to three…