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
Eplain extern keyword?
Difference between pointer to constant and constant pointer to a constant. Give example.
Explain the extern storage classes in c++.
what are the events occur in intr activated on interrupt vector table
describe private access specifiers?
Explain operator overloading.
Define a nested class.
Define anonymous class.
Is c++ fully object oriented?
What is constructor in C++?
Can you write a function similar to printf()?
what is the use of void main() in C++ language?
What is object oriented programming (oop)?
Which one between if-else and switch is more efficient?
Declare a class vehicle and make it an abstract data type.