Create a C Program using DevC++ to Demonstrate Scope

Declare a global variable and constant of type double and access it within a block.
Construct a named block within a function and access its variables.
Create a struct in File and External scope with member variables to house a collection of data.