본문 바로가기

A sentimental robot

검색하기
A sentimental robot
프로필사진 GOD03219

  • 분류 전체보기 (225)
    • Android Studio (21)
    • Data Structure (13)
    • C (47)
    • Java (52)
    • Web (19)
    • MERN stack (9)
    • C++ (24)
    • DATABASE (4)
    • Git (5)
    • React JS (1)
    • CSS (5)
    • HTML (16)
    • Hyperledger fabric (7)
    • Golang (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • 물개
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
  • #성적관리프로그램
  • 토큰경제
  • html plug-in
  • html youtube
  • relative path
  • html5 new tag
  • #자바상속#자바이즈어#is~a
  • #CallByAddress
  • docker example
  • #3차원배열
  • #binary
  • #C++ 연산자함수오버로딩
  • html multimedia
  • #android activity
  • html id
  • #C++ has~a
  • #JAVASCRIPT
  • 하이퍼레저패브릭
  • #1차원배열
  • git flow
  • #bubbleSort
  • html object
  • html charset
  • html code
  • html video
  • hyperledger transaction
  • mac terminal command
  • border-box
  • #다차원포인터
  • #2차원배열
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록#C동적메모리 (1)

A sentimental robot

구조체 동적메모리

#include #include #pragma warning(disable:4996) struct score { char name[10]; int kor; int eng; int mat; int total; float avg; }; void main() { struct score *p; int num, i; printf("How many students?"); scanf("%d", &num); p = (struct score*)calloc(num, sizeof(struct score)); for (i = 0; i name); printf("kor input:"); scanf("%d", &(p + i)-..

C 2017. 12. 29. 20:40
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바

개인정보

  • 티스토리 홈
  • 포럼
  • 로그인

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.