most, if not all C programs use "if else" statements, just go to ANY programming site and download 10 programs, and you will have your 10. OK, try http://www.codeproject.com
2006-10-24 02:14:00
·
answer #1
·
answered by justme 7
·
0⤊
0⤋
You should be able to find many programs that use those. I found this information-->As an imperative language, C depends on statements to do most of the work. Most statements are expression statements which simply evaluate an expression; as a side effect, variables may receive new values. Control-flow statements are also available for conditional or iterative execution, constructed with reserved keywords such as if, else, switch, do, while, and for.
and more at this wiki http://en.wikipedia.org/wiki/C_programming_language
That should help you know what to look for, what search terms to use, etc.
From what I was reading here, it appears that most C programs would use if....else in their code.
2006-10-23 21:36:06
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋