what is difference between internet and Internet?
Answer Posted / vishnu sharath
intranet is the connection between two or more systems in a particular area and internet is the connection of all the networks around the world..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you decide which integer type to use?
What is a tree in c++?
What is a map in c++?
How much is c++ certification?
Define a nested class. Explain how it can be useful.
How delete [] is different from delete?
Define linked lists with the help of an example.
Write a C++ Program to check whether a number is prime number or not?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Explain the isa and hasa class relationships.
Who created c++?
What is the difference between *p++ and (*p)++ ?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is flush programming?
Why is polymorphism useful?