what is difference between internet and Internet?
Answer Posted / pintu28apb
When two or more TCP/IP networks are connected together ,we
call it as internet,popularly known as intranet.But Internet
is the supernetwork of all networks.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are literals in C++?
Name the debugging methods that are used to solve problems?
If a header file is included twice by mistake in the program, will it give any error?
what is pre-processor in C++?
What is the use of c++ programming language in real life?
Difference between declaration and definition of a variable.
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What are keywords in c++?
What is the type of 'this' pointer? When does it get created?
Explain operator overloading.
Explain the difference between class and struct in c++?
What is the difference between cin.read() and cin.getline()?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is class invariant in c++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass