C-1 Topics
Home ] Up ]

 


Introduction to C Topics


Introduction
why C?
applications
which compiler
software tools
information sources
definitions
Running the C compiler and linker
compiling a simple program
C data types
data types & ranges
type conversion
typedef
casting
C Storage Classes
scope, duration, summary
Declaring variables & constants
Identifiers & keywords
Preprocessor commands
#define constants
#include header files
Screen input/output (I/0)
printf()
scanf()
puts()
gets()
Writing readable code
Flow control structures
if
else
for
while
do-while
switch
case
default
break
continue
return
goto
C operators
operator precedence
C functions
declaring and using C functions
K&R C functions
ANSI C functions
ANSI prototype functions
run-time library functions
Arrays
declaring & initializing arrays
1D arrays
2D arrays
memory models


Copyright 2000 - 2023 by DeepSoft, LLC, All Rights Reserved