what is difference between internet and Internet?
Answer Posted / rahul
internet and Internet are two different keywords.
say int internet and int internet are different.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you write a function that can reverse a linked-list?
List down the guideline that should be followed while using friend function.
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What does new do in c++?
Is it possible to have a recursive inline function in c++?
What is the difference between new() and malloc()?
Which programming language is best to learn first?
How to allocate memory dynamically for a reference?
Explain terminate() function?
How do you define/declare constants in c++?
List the advantages of inheritance.
What is scope resolution operator in c++ with example?
What is c++ 11 and c++ 14?
Can we declare a base-class destructor as virtual?