False it is used to view web pages that you or somebody else created there are websites out there that you can do that but it's mainly to view them.
You would consider it a want
Answer:
Yeah?
Explanation:
I use it to do my homeworks lol
Answer:
Length of char array: sizeof(arr)
Length of a string object: myString.length()
Explanation:
The sizeof approach is generally not recommended, since this information is lost as soon as you pass the array to a function, because then it becomes a pointer to the first element.
Answer:
B
Explanation:
XML is mostly used for structural purposes