Learn and Practice C programming for beginners

所在平台: Udemy

课程主页: https://www.udemy.com/course/learn-and-practice-c-programming-for-beginners/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**Coursera 课程总结:C语言入门与实践** 本课程旨在帮助初学者掌握C语言的基础知识和核心概念,为学习其他编程语言打下坚实基础。 **课程内容概览:** * **第一部分:讲师介绍** * **第二部分:C语言基础 essentials (20讲)** * 本部分将深入讲解程序的概念、组成部分、数据类型、变量与常量的赋值等核心内容。 * **第三部分:数据操作与运算符 (7讲)** * 学习算术运算符、赋值运算符、自增/自减运算符以及关系运算符等,掌握如何在C语言中进行数据运算和逻辑判断。 * **第四部分:标准输入与输出 (4讲)** * 重点介绍如何使用 `scanf()` 函数从键盘获取输入数据,以及如何进行标准输出操作。 * **第五部分:决策与分支 (5讲)** * 学习 `if`、`if else`、`switch`、`break` 和 `goto` 等语句,掌握在程序中实现条件判断和流程控制。 * **第六部分:迭代与循环 (5讲)** * 掌握 `for`、`while`、无限 `while`、`do while` 和嵌套循环等循环结构,学会重复执行代码块。 * **第七部分:数组** * 学习数组的概念、优势、声明、索引和初始化,理解如何存储和操作一组相同类型的数据。 * **第八部分:奖励讲座** * 在完成C语言课程学习后,将提供额外的讲座内容。 本课程是学习编程的理想起点,通过系统性的讲解和实践,你将能够熟练运用C语言进行编程。

课程评论(0条)

课程详情

Hello! Welcome.If you really care about learning the basics and fundamentals of any programming languages,you'll really need to start learning C programming in which most of programming languages based on it.In this course,you're going to learn the following: Section 1 is an introduction of the instructor.Section 2 the essentials of C programming contains 20 lectures: in which you are going to learn what the program is,what it consists of,understanding different data types and how to assign data values to variables and constants,and much more.Section 3 Manipulating Data with Operators contains 7 lectures: in which you are going to learn Arithmetic ,assignment operators,increment or decrement by one,and relational operators used in conventional expressions and much more in C programming.Section 4 Reading from and Writing to Standard I/O contains 4 lectures in which you are going to learn how to use the keyboard as an input data to your program using scanf() and more in C programming.Section 5 Decision making and branching contains 5 lectures in which you are going to learn how to use if,if else,switch,break,and go to statements in C programming.Section 6 iteration or loops contains 5 lectures in which you are going to learn for,while,infinite while,do while,nested loop statements in C programming.Section 7 Arrays in which you're going to learn what an array is and its advantages,declaring arrays data type and size ,indexing arrays,and finally initializing arrays with values.Section 8 Bonus lectures will be uploaded when you finish your C programming course.

课程标签

0人关注该课程

主题相关的课程