Printer Friendly
The Free Dictionary
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."


case statement - switch statement

?Page tools
Printer friendly
Cite / link
Email
Feedback
? 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.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.