// Needed for exit()
#include <stdlib.h>
void main(void){
printf("\n");
char wholeName[12] = "Derek Banas";
int primeNumbers[3] = {2, 3, 5};
int morePrimes[] = {13, 17, 19, 23};
printf("The first prime in the list is %d\n\n", primeNumbers[0]);
char city[7] = {'K', 'h', 'i', '\0'};
char thirdCity[] = "Korea";
}
댓글 없음:
댓글 쓰기