Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,761,588,483 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

case statement

   Also found in: Wikipedia 0.03 sec.

case statement

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


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?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 © 2009 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.