The C11 program in Example 2-18 illustrates how to read strings and numeric data.
The following statements are examples of variable declarations:
int a, b, c;
double x, y
The following statements are examples of executable statements:
a = 4; //assignment statement
cin >> b; //input statement
cout < a=””>< “=”” “=””>< b=””>< endl;=”” output=””>