Skip to Contents

Introduction Programming C

  • Add Bookmark
    • Category : Social Sciences > Communication
    • Keyword : Computer system“Cprogramming languageVariablesPseudo-codeArray
    • Taught by : Manolom Chanthavong
    • Created By : National University of Laos
    • Offered By : ASEAN Cyber University
    • Date Added : 2019.12.13

    The course fully covers the basics of programming in the “Cprogramming language and demonstrates fundamental programming techniquescustoms and vocabulary including themost common library functions and the usage of the preprocessor.

    Creative Commons License
    This work is licensed under a
    Creative Commons
    Attribution 4.0
    International License
    .
    • User Rating :
    • Comments : 0
    • Hits : 765

Number of lessons: 13 facebook twitter line whatsapp kakaotalk

차시별 강의
No Contents Type & Play Subject Description URL
1. Type webcontents Subject Description
  • "This chapter describes the basic details about C programming language, how it emerged, what are strengths of C and why we should use C. 1. What is C programming ? - This material explains about meaning of the C programming. 2. Where is C being used? - This material explains about the propose of use C programming. 3. Computer system - This material explains about structure of the introduction to computer system. 4. Computer environments - This material explains about devices of the computer environments. 5. Computer languages - This material explains about communication between user and computer by computer language."
Url
URL
2. Type webcontents Subject Description
  • "This chapter describes the how to install the latest version of Dev-C++ and how to write a C program in it. This way, you will know how to write C programs, compile, and find the executable. 1. The C environment setup - This material explains about the how to install of Dev-C++ and how to write a C program in it. 2. System development life cycle - This material explains about the system when we do some work. 3. C program structure - This material explains about structure of c program."
Url
URL
3. Type webcontents Subject Description
  • "This chapter describes the flowchart is a diagrammatic representation of an algorithm. Flowchart are very helpful in writing program and explaining program to others. 1. Programming Tools - This material explains about programming Tools are used to convert algorithms into computer programs. 2. What is a flowchart ? - This material explains about meaning of the flowchart. 3. Basic flowchart symbols - This material explains about using the basic flowchart. 4. Flowchart structure - This material explains about structure and draw flowchart structure."
Url
URL
4. Type webcontents Subject Description
  • "This chapter describes the variable is a region of the program, and the scope of variables refers to the area of the program where the variables can be accessed after its declaration, such as Local Variables, Global Variables. 1. Use of variables - This material explains about meaning of variables. 2. Variable Initialization - This material explains about variable definition and initialization. 3. About C Constant - This material explains about C constant can be of any datatype like integer, floating point, character, string and double etc., 4. Constant Types in C - This material explains about constant types in c programming"
Url
URL
5. Type webcontents Subject Description
  • "This chapter describes the constants can be of any of the basic data types like an integer constant, a floating constant, a character constant, or a string literal. There are also enumeration constants as well. 1. C data type - This material explains about c data type. 2. Primary Data Types - This material explains about primary data types. 3. The Escape character - This material explains about derived data types. 4. Useful escape character - This material explains about using the escape character."
Url
URL
6. Type webcontents Subject Description
  • "This chapter describes the compiler to perform specific mathematical or logical manipulations. C language is rich in built-in operators and provides the following types of operators: Arithmetic Operators, Relational Operators, Logical Operators, Assignment Operators, Misc Operators. 1. What is Operators? - This material explains about meaning of the operators. 2. Arithmetic Operators - This material explains about Arithmetic operations. 3. Relational Operators - This material explains about Relational Operators. 4. Logical Operators - This material explains about logical Operators. 5. Increment and Decrement Operators - This material explains about Increment and Decrement Operators."
Url
URL
7. Type webcontents Subject Description
  • "This chapter describes the display some data on screen, printer, or in any file. C programming provides a set of built-in functions to output the data on the computer screen as well as to save it in text or binary files.In C programming you can use printf() predefined function to print data. 1. Managing Output - This material explains about managing Output. 2. Output of data types in C - This material explains about using the Outputof data types in C. 3. More on Output - This material explains about using the more Output in C. 4. Writing Character in C - This material explains about writing character in c."
Url
URL
8. Type webcontents Subject Description
  • "This chapter describes the programs take data as input, and then after processing the processed data is being displayed which is called information. In C programming you can use scanf() and printf() predefined function to read and print data. 1. Managing Input - This material explains about managing Input. 2. Input of data types in C - This material explains about using the Input of data types in C. 3. More on Input - This material explains about using the more Input in C. 4. Reading Character in C - This material explains about reading character in c"
Url
URL
9. Type webcontents Subject Description
  • "This chapter describes the C conditional statements allows you to make decision, based upon the result of a condition. Such as if statement, if else statement, else if statement, switch statement and switch case statement. 1. If statement - This material explains about using the if statment. 2. If-else staement - This material explains about using the if-else statment. 3. Switch statement - This material explains about using the switch statment. 4. Switch-case - This material explains about using the switch-case statment"
Url
URL
10. Type webcontents Subject Description
  • "This chapter describes the C loops execute a block of commands a specified number of times, until a condition is met. Such as while loop, do-while loop, for loop. 1. What is loops? - This material explains about meaning of the loops. 2. While loops - This material explains about using the while loops. 3. Do-while loops - This material explains about using the do-while loops. 4. For loops - This material explains about using the for loops."
Url
URL
11. Type webcontents Subject Description
  • "This chapter describes the nested control statement that is contained within another control statement. Learner can do this to many levels, building up elaborate composites of various control statements. 1. Nested If - This material explains about meaning of the nested control statement and using the nested if statement in c. 2. Nested if-else - This material explains about using the nested if-else statement. 3. Nested switch-case - This material explains about using the nested switch-case statement. 4. Jump-statement - This material explains about using the jump statement are the goto statement, the continue statement and the break statement."
Url
URL
12. Type webcontents Subject Description
  • "This chapter describes the nested loop that is a loop inside another loop . There can be any number of loops inside one another with any of the three combinations depending on the complexity of the given problem. 1. Nested while loop - This material explains about meaning of the nested loop and using the nested while loop in c. 2. Nested do-while loop - This material explains about using the nested do while loop. 3. Nested for loop - This material explains about using the nested for loop. 4. Recursionin c Program - This material explains about using the Recursionin c program."
Url
URL
13. Type webcontents Subject Description
  • "This chapter describes the Array is a data structure in C programming, which can store a fixed size sequential collection of elements of same data type. Such as define an Array, Initialize an Array, Accessing Array Elements. 1. C programming Arrays - This material explains about the declaring, innitializing array. 2. One dimensional - This material explains about one dimensional array. 3. Two dimensional - This material explains about two dimensional array. 4. Multidimensional Arrays - This material explains about using the multidimensional arrays."
Url
URL