Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bsachin3148y@Grundeir no one can save you from sinking :p . when there is mention WAP in c thn. why in sail js
-
@jonnyserra bools dont exist in c :p (except if you use libraries maybe, otherwise nah)
-
That's right guys. Let's use a language that isn't strictly typed to make an unsinkable ship. JavaScript is an abomination.
-
Now how would I make it not sink?
struct Titanic {
uint32 avgHeightAboveSeaLevel;
...
}
examiner :- how would you write a c program to prevent Titanic from sinking?
me :- float Titanic;
undefined