0
why html do not have any compile but cpp have ?
4 Respuestas
+ 1
Because C does not have the same structure as HTML. C runs on a computer while working on the HTML Web.
+ 1
cpp run on computers. html run on web browsers
+ 1
computer doesn't understand cpp. so have to compile. web browser underrtand html. so no comile
+ 1
C++ is a low level language therefore it needs to be compiled meaning the compiling software turns your character code into 0s and 1s which the CPU can understand.