본 강의에서는 C언어의 for 반복문에 대해 알아보겠습니다. for 반복문은 반복횟수가 정해져 있을경우 유용한 문장으로, 초기화문과, 조건검사문, 증감문으로 구성되어 조건검사결과가 참이면 주어진 문장을 반복적으로 실행하는 문장입니다.
- Youtube 강의동영상
https://youtu.be/va7vnHThYwA
- 코드는 여기에서 다운 받으세요
https://github.com/dongupak/Basic-C-Programming
Presentasi Algoritma dan Pemrograman dengan Bahasa C (Contoh program Stack Linier). Dibuat oleh Achmad SOlichin (http://achmatim.net)
본 강의에서는 함수의 구성과 매개변수, 반환에 대해 살펴보겠습니다.
- Youtube 강의동영상
https://youtu.be/jW2GjraHY_w
- 코드는 여기에서 다운 받으세요
https://github.com/dongupak/Basic-C-Programming
The document defines a student struct with fields for year, class, number, name, stature, and weight. It then declares a student variable called data, initializes its fields, and prints the data using a student_print function. Pointers to student structs are also demonstrated, using the -> operator to access struct fields through a pointer. Finally, file I/O in C is briefly covered, showing how to open, write to, and close a file using fopen, fprintf, and fclose functions.
This document contains information about pointers in C including declaring pointer variables, assigning the address of a variable to a pointer, dereferencing a pointer to access the value of the variable being pointed to, and how the value changes when dereferencing the pointer after assigning a new value through the pointer. It also lists some references for learning more about pointers in C.
The document discusses C programming concepts like functions, arrays, and static variables. It includes code snippets showing how to define functions that take parameters and return values, as well as how to iterate through arrays using a for loop and the sizeof operator to determine the array size. The document seems to be notes for learning C programming basics like defining functions, using arrays, and understanding static variables.
Le document semble discuter de divers thèmes liés à la technologie, y compris des langages de programmation comme C++, C#, JavaScript et PHP. Il mentionne également des éléments de conception et d'animation 2D et 3D, ainsi que des plateformes de communication comme Discord. Cependant, le texte est fragmenté et difficile à interpréter dans son ensemble.
본 강의에서는 함수의 구성과 매개변수, 반환에 대해 살펴보겠습니다.
- Youtube 강의동영상
https://youtu.be/jW2GjraHY_w
- 코드는 여기에서 다운 받으세요
https://github.com/dongupak/Basic-C-Programming
The document defines a student struct with fields for year, class, number, name, stature, and weight. It then declares a student variable called data, initializes its fields, and prints the data using a student_print function. Pointers to student structs are also demonstrated, using the -> operator to access struct fields through a pointer. Finally, file I/O in C is briefly covered, showing how to open, write to, and close a file using fopen, fprintf, and fclose functions.
This document contains information about pointers in C including declaring pointer variables, assigning the address of a variable to a pointer, dereferencing a pointer to access the value of the variable being pointed to, and how the value changes when dereferencing the pointer after assigning a new value through the pointer. It also lists some references for learning more about pointers in C.
The document discusses C programming concepts like functions, arrays, and static variables. It includes code snippets showing how to define functions that take parameters and return values, as well as how to iterate through arrays using a for loop and the sizeof operator to determine the array size. The document seems to be notes for learning C programming basics like defining functions, using arrays, and understanding static variables.
Le document semble discuter de divers thèmes liés à la technologie, y compris des langages de programmation comme C++, C#, JavaScript et PHP. Il mentionne également des éléments de conception et d'animation 2D et 3D, ainsi que des plateformes de communication comme Discord. Cependant, le texte est fragmenté et difficile à interpréter dans son ensemble.