Pointer Arithmetic
Pointer Arithmetic
Exercises : Answer the following Question
To help solidify your understanding of this hour's lesson, you are encouraged to answer the quiz questions and finish the exercises provided in the
Question and Answer
Q What is the main difference between a function declaration and a function definition?
Prototyping Functions
Prototyping Functions
Declaring Functions
Declaring Functions
Exercises : Answer the following Question
To help solidify your understanding of this lesson, you are encouraged to answer the quiz questions and finish the exercises provided in the Worksh
Question and Answer
Question and Answer
Q Can a global variable be hidden by a local variable with block scope?
The Storage Class Specifiers
The Storage Class Specifiers
In C, the storage class of a variable refers to the combination of its spatial and temporal regions.
Hiding Data
Hiding Data
Exercises : Answer the following Question
To help solidify your understanding of this hour's lesson, you are encouraged to answer the quiz questions and finish the exercises provided in the
Question and Answer
Question and Answer
Reading and Writing Strings
Reading and Writing Strings
Copying Strings with strcpy()
Copying Strings with strcpy()
How Long Is a String?
How Long Is a String?
Declaring Strings
Declaring Strings
Exercises : Answer the following Question
To help solidify your understanding of this hour's lesson, you are encouraged to answer the quiz questions and finish the exercises provided in the
Question and Answer
Question and Answer
Q Why do you need to use arrays?
Unsized Arrays
Unsized Arrays
Multidimensional Arrays
Multidimensional Arrays
Displaying Arrays of Characters
Displaying Arrays of Characters