what is difference between internet and Internet?

Answer Posted / jyoti shukla

i agree with the 4th answer given above.............

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by early binding?

599


Should you pass exceptions by value or by reference?

696


How to demonstrate the use of a variable?

642


What are structures and unions?

567


What's c++ used for?

592






Explain what are the sizes and ranges of the basic c++ data types?

638


What does ios :: app do in c++?

551


What is class and structure in c++?

556


What is a modifier in c++?

631


List down the guideline that should be followed while using friend function.

647


In c++, what is the difference between method overloading and method overriding?

597


Is there a sort function in c++?

546


What data encapsulation is in c++?

595


Does c++ have foreach?

523


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

2090