-
C++20 Tutorial - 공부코딩Coding/C++__C언어 2022. 2. 18. 23:22728x90
A statement is a basic unit of computation in a C++ program
Every C++ program is a collection of statements organized in a certain way to achieve some goal
Statements end with a semicolon in C++문은 C++ 프로그램에서 계산의 기본 단위이다.
모든 C++ 프로그램은 어떤 목표를 달성하기 위해 특정한 방식으로 구성된 문들의 집합이다.
문은 C++의 세미콜론으로 끝납니다.2시간 13분 26초
https://www.youtube.com/watch?v=8jLOx1hD3_o
statements are executed in order from top to bottom when the program is run
Execution keeps going until there is a statement causing the program to terminate, or run another sequence of statements.프로그램이 실행될 때 문이 위에서 아래로 순서대로 실행됩니다.
프로그램이 종료되거나 다른 일련의 명령문을 실행할 때까지 실행이 계속됩니다.
반응형'코딩Coding > C++__C언어' 카테고리의 다른 글
C언어) 버퍼 오버리드(buffer over-read) 개념 이해 (0) 2022.03.04 C++]What is Stack Data Structure in C++?- CodeBeauty (0) 2022.02.24 Visual Data in C\C++ with gnuplot in windows - oxysc bw (0) 2022.02.24 Role of SemiColon in various Programming Languages(;)(end statements in C. (0) 2022.02.21 C++20 웹에서 실행 가능한 사이트 (0) 2022.02.18 Learn C++ tutorials (31hr) 죽인다 c++20 (0) 2022.02.18 C & C++]sizeof operator in C- GeeksforGeeks (0) 2022.02.18 C언어]scanf_s(프린트 출력 할때 형식 지정자 %d %e 등등)[형식 지정자 format-type specifiers] (0) 2022.02.18