what is difference between internet and Internet?
Answer Posted / onkar tiwari
An inernet(lower case) is two or more networs that can communicate with each other.
An Internet(upper case) is a collaboration of more than hundreds of thousands interconnected networks.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What are the extraction and insertion operators in c++? Explain with examples.
Explain the virtual inheritance in c++.
What is prototype in c++ with example?
Write a Program for find and replace a character in a string.
Do you know about C++ 11 standard?
What are the two main components of c++?
What is purpose of abstract class?
What are the characteristics of friend functions?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Tell me difference between constant pointer and pointer to a constant.
Is c++ an oop?
What is a memory leak c++?
Can a new be used in place of old mallocq? If yes, why?
What is #include cmath?
Can you pass an array to a function in c++?