• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Event] Win a subscription #2

Status
Not open for further replies.
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
How many is 500? Is that more than the 2 replies my thread got? ;(

Code:
bool is500MoreThan2 = 500 > 2;
printf("Result is: %s\n", is500MoreThan2 ? "true" : "false");

After heavy testing I came to the result:

Code:
Result is: true
 
Status
Not open for further replies.
Back
Top