Hands-On Ethical Hacking and Network Defense, Third Edition 7-4
Anatomy of a C Program
1. Using the “Hello, world!” sample program, explain the main components of a C
2. Use Table 7-2 to explain some special characters that can be used when calling the
Declaring Variables
1. Explain the use of variables in your programs to represent numeric or string values.
3. Use Table 7-4 to show some of the conversion specifiers that can be used in C.
Conversion specifiers tells the compiler how to convert the values in a function.
4. Using Table 7-5 and Table 7-6, introduce the mathematical and logical operators
Branching, Looping, and Testing in C
1. Using examples explain how to branch, loop, and test in C. Branching in C is as simple
2. While loops test the condition first and repeat some actions if the condition is true. Do
3. Using the examples of code listed in the text, discuss the construction of each of the
Understanding HTML Basics
1. This section presents some HTML basics. HTML is still the foundation language for
Web development. As a security professional your students need to know how to read
HTML files and recognize when something looks suspicious.