L
Logan Lee
Hi. What is the difference between
if {}
if {}
if {}
if else {}
?
if {}
if {}
if {}
if else {}
?
Hi. What is the difference between
if {}
if {}
if {}
if else {}
?
Sun, 23 Dec 2007 10:34:54 +0000¿¡, Logan Lee ½è½À´Ï´Ù:
I meant else if and not if else.
Logan said:Sun, 23 Dec 2007 10:34:54 +0000ì—, Logan Lee ì¼ìŠµë‹ˆë‹¤:
I meant else if and not if else.
Logan said:Hi. What is the difference between
if {}
if {}
if {}
if else {}
?
Hi. What is the difference between
if {}
if {}
if {}
if else {}
if( g() == -1 ) {
/* ... */
} else if( h() == -1) {
/* ... */
}
Both g and h write to stdout, but h will be called ONLY if g returns
-1.
Logan said:Sun, 23 Dec 2007 10:34:54 +0000ì—, Logan Lee ì¼ìŠµë‹ˆë‹¤:
I meant else if and not if else.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.