I'm sure you've seen this a million times but, I'm having some trouble with my code.
Code:
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
main (void){
char* longString = " This is where a string with some shit goes; where else would it go?";
char* shortString = " where";
char* ptr;
int i = 0;
Leave a comment: