목차
없음
본문내용
#include
#include
#define SIZE 30
int main(void)
{
int n=0;
int k, reply;
printf("1.덧셈\t2.뺄셈\t3.곱\n");
printf("원하는 연산을 선택하시오:");
scanf("%d", &reply);
int i,j;
printf("n*n행렬에 적용될 정수n을 입력하세요:");
scanf("%d", &n);
#include
#define SIZE 30
int main(void)
{
int n=0;
int k, reply;
printf("1.덧셈\t2.뺄셈\t3.곱\n");
printf("원하는 연산을 선택하시오:");
scanf("%d", &reply);
int i,j;
printf("n*n행렬에 적용될 정수n을 입력하세요:");
scanf("%d", &n);
추천자료
간단한 C언어 lexical analyzer
[C언어]심리테스트 및 소수구하는 프로그램
[c언어 소스] 명함(주소록, 전화번호) 관리 프로그램
[C언어]변수와상수그리고연산자요약정리
2088학년도 c언어 레포트
어휘분석기를 c언어로 제작...
[C언어] Shortest path 알고리즘 프로그램 구현
[C언어] 오델로, 오셀로 (Othello) 게임 구현
[c언어]재귀함수를 이용하여 10진수를 2진수로 바꾸는 프로그램
프로그래밍 c언어 시험 (01장~10장)
[C언어]C++을 이용한 inch값을 cm값으로 변환하여 출력하는 프로그램
[C언어 프로그램] 내가 원하는 ‘X번째의 소수 구하기’
소개글