what is difference between internet and Internet?
Answers were Sorted based on User's Feedback
Answer / dipes
i dont think there is any differencce in between internet and
Internet and i think it was intranet and internet
| Is This Answer Correct ? | 0 Yes | 3 No |
there is no difference between internet and internet.
| Is This Answer Correct ? | 4 Yes | 21 No |
What are the advantages of c++?
Difference between Overloading and Overriding?
35 Answers Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
What is c++ try block?
What do you mean by stack unwinding in c++?
What are the data types in c++?
What is a singleton c++?
What happens if a pointer is deleted twice?
What are the four main data types?
What are the differences between the function prototype and the function defi-nition?
class Foo { public: Foo(int i) { } }; class Bar : virtual Foo { public: Bar() { } }; Bar b; Referring to the above code, when the object 'b' is defined, a compiler error will occur. What action fixes the compiler error? a) Adding a virtual destructor to the class Bar b) Adding a constructor to Bar which takes an int parameter c) Adding "Foo()" to the Bar constructor d) Adding a copy constructor to the class Foo e) Adding "Foo(0)" to the Bar::Bar initializer list
Write the program form Armstrong no in c++?
what is data Abstraction