当前位置:网站首页>Basic concepts of programming
Basic concepts of programming
2022-07-01 13:59:00 【Can't learn java】
Basic concepts of programming
1、 Program
- from High-level language The program you write is called
Source program. - from C Language The program extension written is
.C, aftercompile ( Target program )The extension of the generated file is.obj, afterlink ( Executable program )The extension of the generated file is.exe. - C The execution process of the language source program is
compileandlink.
2、 Structured programming
- C Language is a kind of structured The programming language of , It provides three basic structural statements , Structured programs usually consist of three basic institutions , Include
Sequential structure、Selection structure、Loop structure. - example 、 The following options are not C The basic structure of programming is
- A. Selection structure
- B. Branching structure
- C. Loop structure
- D. Sequential structure
边栏推荐
- App自动化测试开元平台Appium-runner
- Applet - applet chart Library (F2 chart Library)
- 【Flask】Flask启程与实现一个基于Flask的最小应用程序
- 我们该如何保护自己的密码?
- QT社团管理系统
- TexStudio使用教程
- 开源实习经验分享:openEuler软件包加固测试
- Several models of IO blocking, non blocking, IO multiplexing, signal driven and asynchronous IO
- 【IoT毕设.上】STM32+机智云AIoT+实验室安全监控系统
- 程序设计的基本概念
猜你喜欢

Liu Dui (fire line safety) - risk discovery in cloudy environment

Build your own website (21)

Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its

逻辑是个好东西

A new book by teacher Zhang Yujin of Tsinghua University: 2D vision system and image technology (five copies will be sent at the end of the article)

Play with mongodb - build a mongodb cluster

进入前六!博云在中国云管理软件市场销量排行持续上升

【修复版】仿我爱看电影网站模板/海洋CMS影视系统模板

04-Redis源码数据结构之字典

leetcode622.设计循环队列(C语言)
随机推荐
How to pass array parameters in get request
SAP 智能机器人流程自动化(iRPA)解决方案分享
Texstudio tutorial
2022 PMP project management examination agile knowledge points (6)
[NLP] pre training model - gpt1
How can we protect our passwords?
QT community management system
Introduction to distributed transactions (Seata)
uni-app实现广告滚动条
[Jianzhi offer] 55 - ii balanced binary tree
[sword finger offer] 55 - I. depth of binary tree
[Jianzhi offer] 54 The k-th node of binary search tree
What class loading mechanisms does the JVM have?
QT社团管理系统
Go integrates logrus to realize log printing
Six years of technology iteration, challenges and exploration of Alibaba's globalization and compliance
Build your own website (21)
AnimeSR:可学习的降质算子与新的真实世界动漫VSR数据集
Applet - applet chart Library (F2 chart Library)
Use the npoi package of net core 6 C to read excel Pictures in xlsx cells and stored to the specified server