CATEGORII DOCUMENTE |
Asp | Autocad | C | Dot net | Excel | Fox pro | Html | Java |
Linux | Mathcad | Photoshop | Php | Sql | Visual studio | Windows | Xml |
You may remember that in Chapter 1 we said that you have to declare the
names of things before you can use them (the only exceptions to this rule are
the names of functions returning int
,
because they are declared by default, and the names of labels). You can do
it either by using a declaration,
which introduces just the name and type of something but allocates no storage,
or go further by using a definition,
which also allocates the space used by the thing being declared.
The distinction between declaration and definition is an important one, and it is a shame that the two words sound alike enough to cause confusion. From now on they will have to be used for their formal meaning, so if you are in doubt about the differences between them, refer back to this point.
The rules about what makes a declaration into a definition are rather complicated, so they will be deferred for a while. In the meantime, here are some examples and rule-of-thumb guidelines which will work for the examples that we have seen so far, and will do for a while to come.
/*Exercise 2.1. Why are trigraphs used?
Exercise 2.2. When would you expect to find them in use, and when not?
Exercise 2.3. When is a newline not equivalent to a space or tab?
Exercise 2.4. When would you see the sequence of 'backslash newline' in use?
Exercise 2.5. What happens when two strings are put side by side?
Exercise 2.6. Why can't you put one piece of comment inside another one? (This prevents the technique of 'commenting out' unused bits of program, unless you are careful.)
Exercise 2.7. What are the longest names that may safely be used for variables?
Exercise 2.8. What is a declaration?
Exercise 2.9. What is a definition?
Now we go on to look at the type of variables and expressions.
Politica de confidentialitate | Termeni si conditii de utilizare |
Vizualizari: 768
Importanta:
Termeni si conditii de utilizare | Contact
© SCRIGROUP 2024 . All rights reserved