Define Qna 관련 답변 2 페이지

c언어 미로 질문입니다

... 궁금합니다 define _CRT_SECURE_NO_WARNINGS include <stdio.h> include <stdlib.h> include <string.h> define MAX_STACK_SIZE 100 define MAZE_SIZE 6 typedef struct { short r;...

태그: define, include

C언어 답??

include<stdio.h> define T_shirt_discnt 50 define TV_discnt 10 int main(void) { float T_shirt; float T_shirt_sale; float TV; float TV_sale; printf("티셔츠 가격을...

태그: c언어, c코딩, c언어고수, include, define

코딩 c언어

define CRT_SECURE_NO_WARNINGS include <stdio.h> int main(void) { int cm; //키 int age://나이 printf(”키를 입력하시오: "); scanf("%d", &cm); printf(”나이를...

태그: define, include

이거 왜 오류 날까요?

include <iostream> include <cstdio> define MAX 8 using namespace std; int chess[MAX][MAX]; void prt1(); int promise1(int row, int col); void queen1(int row); int...

태그: include, define

어떻게 고쳐야 할까요

push쪽에 예외가 있다는데 어떻게 고쳐야 할지 모르겠어요 include <stdio.h> include <stdlib.h> define MAX_STACK_SIZE 100 typedef int...

태그: include, define

c언어 질문입니다. 마지막 최종 수정...

define _CRT_SECURE_NO_WARNINGS include <stdio.h> include <stdlib.h> define _CRT_SECURE_NO_WARNINGS include... ```c define _CRT_SECURE_NO_WARNINGS include <stdio.h...

태그: define, include

스택 출력 문

define _CRT_SECURE_NO_WARNINGS include <stdio.h> include <stdlib.h> include... h> define MAX_NAME_SIZE 20 typedef struct { int id; char name[MAX_NAME_SIZE]; }...

태그: 코딩, c언어, define, include

Atmega128a 코딩 질문합니다.

define F_CPU 16000000UL include <avr/io.h> include <util... h> define LCD_DB_PORT PORTA // LCD 데이터 버스 define LCD_DB_DDR DDRA // LCD 데이터 버스 DDR...

태그: define, include

아트메가 128a lcd dht11 출력

define F_CPU 16000000UL include <avr/io.h> include <util/delay.h> include... h> define LCD_DB_PORT PORTA // LCD_DATABUS define LCD_DB_DDR DDRA define LCD_CMD...

태그: define, include

c언어 에러 지시문

... define error_test error_inject if (error_test != 5) error error_inject is not 5 endif 이렇게 하면 계속 error 가 발생하는데요. 변수를 이용해서 지시문 처리하는...

태그: define, if, error, endif

    실시간 인기 검색어
    인기 검색어 더보기 →
    ...