![]() 982,453,031 visitors served. |
|
![]() Dictionary/ thesaurus | ![]() Medical dictionary | ![]() Legal dictionary | ![]() Financial dictionary | ![]() Acronyms | ![]() Idioms | ![]() Encyclopedia | ![]() Wikipedia encyclopedia | ? |
case statement |
Also found in: Wikipedia | 0.06 sec. |
|
In programming, a variation of the if-then-else statement that is used when several ifs are required in a row. The following C example tests the variable KEY1 and performs functions based on the results.
switch (key1) {
case '+': add(); break;
case '-': subtract(); break;
case '*': multiply(); break;
case '/': divide(); break;
}
For a more extensive example of the case statement, see the last example under "C."
|
|
? Mentioned in | ? References in periodicals archive | |
|---|---|---|
The fund development staff member writes a clear case statement for wetland preservation. Learn how to write a case statement that details your district's needs and priorities. The case statement articulates convincing arguments for those who should support the fund-raising effort, and it educates library leadership so that they are better able to effectively verbalize the case. |
| Free Tools: |
For surfers:
Browser extension |
Word of the Day |
Help
For webmasters: Free content NEW! | Linking | Lookup box | Double-click lookup | Partner with us |
|
|---|