0

why html do not have any compile but cpp have ?

25th Aug 2016, 1:04 PM
vijay rengan
vijay rengan - avatar
4 Answers
+ 1
Because C does not have the same structure as HTML. C runs on a computer while working on the HTML Web.
25th Aug 2016, 4:11 PM
HawkEye
HawkEye - avatar
+ 1
cpp run on computers. html run on web browsers
26th Aug 2016, 12:14 AM
Manoj Bandara
Manoj Bandara - avatar
+ 1
computer doesn't understand cpp. so have to compile. web browser underrtand html. so no comile
26th Aug 2016, 12:17 AM
Manoj Bandara
Manoj Bandara - avatar
+ 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.
26th Aug 2016, 12:17 AM
SG2
SG2 - avatar