This page covers the
following topics related to C Programming :Hello, World!, Variables and
Statements, Functions, Pointers—Cower In Fear!, Arrays, Strings, Structs, File
Input/Output, Pointers II: Arithmetic, Manual Memory Allocation, Scope, Way More
Types!, Conversions, Qualifiers and Specifiers, Multifile Projects, The Outside
Environment, The C Preprocessor, structs, Characters and Strings, Enumerated
Types: enum, Pointers, Bitwise Operations, Variadic Functions, Locale and
Internationalization, Unicode, Wide Characters, and All That, Exiting a Program,
Signal Handling, Variable-Length Arrays (VLAs), goto, Compound Literals and
Generic Selections, Arrays, Long Jumps with setjmp, longjmp, Incomplete Types,
Complex Numbers, Fixed Width Integer Types, Date and Time Functionality,
Multithreading, Atomics, Function Specifiers, Alignment, Specifiers/Operators.
This lecture note covers data types,input or output operations,
arithmetic operations, decision-making statements, loop structures,
functions, storage classes, arrays, pointers, string manipulation, dynamic
memory management, and the use of structures and unions for creating custom
data types.
This page covers the
following topics related to C Programming :Hello, World!, Variables and
Statements, Functions, Pointers—Cower In Fear!, Arrays, Strings, Structs, File
Input/Output, Pointers II: Arithmetic, Manual Memory Allocation, Scope, Way More
Types!, Conversions, Qualifiers and Specifiers, Multifile Projects, The Outside
Environment, The C Preprocessor, structs, Characters and Strings, Enumerated
Types: enum, Pointers, Bitwise Operations, Variadic Functions, Locale and
Internationalization, Unicode, Wide Characters, and All That, Exiting a Program,
Signal Handling, Variable-Length Arrays (VLAs), goto, Compound Literals and
Generic Selections, Arrays, Long Jumps with setjmp, longjmp, Incomplete Types,
Complex Numbers, Fixed Width Integer Types, Date and Time Functionality,
Multithreading, Atomics, Function Specifiers, Alignment, Specifiers/Operators.
This page covers the following topics
related to C Programming : Introduction, Installation, Basics, An Interactive
Prompt, Languages, Parsing, Evaluation, Error Handling, S-Expressions,
Q-Expressions, Variables, Functions, Conditionals, Strings, Standard Library,
Bonus Projects.
This PDF book covers the following topics related to C programming
Language : A Tutorial Introduction, Types, Operators and Expressions, Control
Flow, Functions and Program, Pointers and Arrays, Structures, Input and Output ,
The UNIX System Interface.
The C Programming Language is also called the Mother of
languages. The C language was developed by Dennis Ritchie between 1969 and 1973 and is a second and third generation
of languages. The C language provides both low- and high-level features it provides both the
power of low-level languages and the flexibility and simplicity of high-level languages. This
lecture notes includes: Introduction to Computers, Control Structures, Arrays and Strings, Functions
and Pointers, Structures and Unions, Files.
Author(s): Ms. P. Ila
Chandana Kumari, Associate Professor, IIT, Institute of Aeronautical
Engineering,Dundigal
This note covers the
following topics: Structures of C Programming, Built-in Operators and
function, Loop Control structures, Simple Arithmetic Problems, Addition
Multiplication of integers, Functions, Pointers.